Skip to content

Commit 78e6cad

Browse files
authored
fix typo
1 parent 58d41d8 commit 78e6cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammars/tree-sitter-ssh-server-config/test/corpus/valid_expressions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ parse multiple comments and multiple lines
611611
====
612612
# comment line 1
613613
# comment line 2
614-
# comment lin3 3
614+
# comment line 3
615615

616616

617617
passwordauthentication yes
@@ -624,4 +624,4 @@ passwordauthentication yes
624624
(keyword
625625
(alphanumeric)
626626
(arguments
627-
(boolean))))
627+
(boolean))))

0 commit comments

Comments
 (0)