docs: fixed lua function doc

This commit is contained in:
hoob3rt 2021-03-22 15:13:51 +01:00
parent f80d5adb41
commit a105e96ddc
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ You can define a custom function as a lualine component
local function hello()
return [[hello world]]
end
sections = {lualine_a = {'hello'}}
sections = {lualine_a = {hello}}
```
</details>