Skip to content

Commit

Permalink
doc: Fix typos (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mityu authored Oct 17, 2024
1 parent d73b74f commit 73b105c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/gyoza.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ Go

Name Opening-pair Closing-pair~
------------------------------------------------------------
add_brace_rule select { };
switch (...) { };
add_brace_rule select { }
switch (...) { }
go func (...) { }()
defer func (...) { }()
add_parenthesis_rule import ( )
Expand Down

0 comments on commit 73b105c

Please sign in to comment.