We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484d0ae commit b664567Copy full SHA for b664567
docs/src/userguide/formatter.md
@@ -21,7 +21,7 @@ f(x) = 2x + 3
21
print(f'(2))
22
23
open("myfile.txt", "w") do io
24
- write(io, "Hello world!")
+ write(io, "Hello world!")
25
end;
26
```
27
0 commit comments