Skip to content

Commit be60837

Browse files
authored
Rephrase sentence about error
1 parent 0825335 commit be60837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/lecture_01/strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ julia> "The $ will be fine."
7777
ERROR: syntax: invalid interpolation syntax: "$ "
7878
```
7979

80-
No, they won't. Not escaping characters will result in an error.
80+
No, they won't. If used incorrectly, Julia with throw an error.
8181
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.
8282

8383
```jldoctest strings

0 commit comments

Comments
 (0)