Skip to content

Commit

Permalink
julefmt: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jul 27, 2024
1 parent 426a222 commit 3cb287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format.jule
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl formatter {
fn writeComment(&self, &c: &comment) {
if len(self.indent) > 0 && c.txt[1] == '*' {
// Range comment should be checked.
// Endind is should be padded by indentation.
// Ending is should be padded by indentation.
let mut i = len(c.txt) - 3
lookup:
for i > 1; i-- {
Expand Down

0 comments on commit 3cb287c

Please sign in to comment.