Skip to content

Commit

Permalink
minor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpombrio committed Dec 26, 2024
1 parent 7fb5e37 commit d87cbcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ pub enum TreeNavCommand {
PrevLeaf,
/// Move the cursor to the next leaf node (node with no children).
NextLeaf,
/// Move the cursor to the previous node inorder of the given construct.
/// Move the cursor to the (inorder) previous node of the given construct.
PrevConstruct(Construct),
/// Move the cursor to the next node inorder of the given construct.
/// Move the cursor to the (inorder) next node of the given construct.
NextConstruct(Construct),
/// Move the cursor to the previous texty node.
PrevText,
Expand Down

0 comments on commit d87cbcc

Please sign in to comment.