style: fix some typo

This commit is contained in:
Zhizhen He 2024-06-03 12:57:52 +08:00
commit cba950e21b
No known key found for this signature in database
GPG key ID: B5A215D74FCFD6A7
6 changed files with 13 additions and 13 deletions

View file

@ -6,7 +6,7 @@ local M = {}
M._stats = {
-- startuptime in milliseconds till UIEnter
startuptime = 0,
-- when true, startuptime is the accurate cputime for the Neovim process. (Linux & Macos)
-- when true, startuptime is the accurate cputime for the Neovim process. (Linux & macOS)
-- this is more accurate than `nvim --startuptime`, and as such will be slightly higher
-- when false, startuptime is calculated based on a delta with a timestamp when lazy started.
real_cputime = false,