1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00

docs: fix typo

This commit is contained in:
Wez Furlong 2022-06-18 21:36:45 -07:00
parent 5bcb0de442
commit 5385c94314

View File

@ -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.