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 0825335 commit be60837Copy full SHA for be60837
docs/src/lecture_01/strings.md
@@ -77,7 +77,7 @@ julia> "The $ will be fine."
77
ERROR: syntax: invalid interpolation syntax: "$ "
78
```
79
80
-No, they won't. Not escaping characters will result in an error.
+No, they won't. If used incorrectly, Julia with throw an error.
81
Printing of strings can be done by the `print` function or the `println` function that also add a new line at the end of the string.
82
83
```jldoctest strings
0 commit comments