Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Fix tyop.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronized committed Feb 27, 2024
1 parent 2648016 commit 5a0a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kak-tree-sitter/src/selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl Sel {
s.split_whitespace().flat_map(Self::parse_kak_str).collect()
}

/// Kakoune string representatio.
/// Kakoune string representation.
///
/// The anchor always come first; then the cursor.
pub fn to_kak_str(&self) -> String {
Expand Down

0 comments on commit 5a0a3f6

Please sign in to comment.