diff options
author | max397574 <[email protected]> | 2021-12-10 20:06:26 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-10 20:06:26 +0100 |
commit | 078f3b122c7633020628988c3e5593e9fc906623 (patch) | |
tree | b3c18a38abcc61d33eda20410430fd81b0e111d8 | |
parent | bce4c79096b489e32567837c2e6bc78141f67fbe (diff) |
fix(headers): fixed brief
-rw-r--r-- | lua/startup/headers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/startup/headers.lua b/lua/startup/headers.lua index 98a8e1c..99618d6 100644 --- a/lua/startup/headers.lua +++ b/lua/startup/headers.lua @@ -1,6 +1,6 @@ ---@tag startup_nvim.headers ---@brief [[ ---- This are functions which you can use to build your own startup.nvim theme. +--- This are headers which you can use to build your own startup.nvim theme. ---@brief ]] local headers = {} |