From 5385c943141a9c0d19e7ecd029f37a5371bb9c92 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 18 Jun 2022 21:36:45 -0700 Subject: [PATCH] docs: fix typo --- docs/config/lua/wezterm/GLOBAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/lua/wezterm/GLOBAL.md b/docs/config/lua/wezterm/GLOBAL.md index 9f3a41f45..bab4c6fbb 100644 --- a/docs/config/lua/wezterm/GLOBAL.md +++ b/docs/config/lua/wezterm/GLOBAL.md @@ -5,7 +5,7 @@ Provides global, in-process, in-memory, data storage for json-like variables that persists across config reloads. -wezterm's lua files may be re-loading and re-evaluated multiple times in +wezterm's lua files may be re-loaded and re-evaluated multiple times in different contexts or in different threads. If you'd like to keep track of state that lasts for the lifetime of your wezterm process then you cannot simply use global variables in the lua script.