Skip to content

Commit 352a318

Browse files
author
Muhammad Faris
committed
fix(typo): documentation of custom command
1 parent 7c6903b commit 352a318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/neo-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ You probably want #2:
413413
filesystem = {
414414
window = {
415415
mappings = {
416-
["?"] = functions(state)
416+
["?"] = function(state)
417417
local node = state.tree:get_node()
418418
print(node.name)
419419
end

0 commit comments

Comments
 (0)