Skip to content

Commit b664567

Browse files
authored
Fix formatting of code in formatter.md (#70)
1 parent 484d0ae commit b664567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/userguide/formatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ f(x) = 2x + 3
2121
print(f'(2))
2222

2323
open("myfile.txt", "w") do io
24-
write(io, "Hello world!")
24+
write(io, "Hello world!")
2525
end;
2626
```
2727

0 commit comments

Comments
 (0)