mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 03:27:05 +03:00
docs: fix typo
This commit is contained in:
parent
3ead0906a2
commit
22250662b3
@ -97,10 +97,10 @@ This constant is set to the `wezterm` version string that is also reported
|
||||
by running `wezterm -V`. This can potentially be used to adjust configuration
|
||||
according to the installed version.
|
||||
|
||||
The version string looks like `20200406-151651-5b700e4`. If you can compare
|
||||
the strings lexicographically if you wish to test whether a given version is
|
||||
newer than another; the first component is the date on which the release was
|
||||
made, the second component is the time and the final component is a git hash.
|
||||
The version string looks like `20200406-151651-5b700e4`. You can compare the
|
||||
strings lexicographically if you wish to test whether a given version is newer
|
||||
than another; the first component is the date on which the release was made,
|
||||
the second component is the time and the final component is a git hash.
|
||||
|
||||
```lua
|
||||
local wezterm = require 'wezterm';
|
||||
|
Loading…
Reference in New Issue
Block a user