Skip to content

Commit 883c8a3

Browse files
sgalalViralBShah
authored andcommitted
Fix typo (#28594)
Add a punctuation
1 parent d15b091 commit 883c8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/noteworthy-differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ For users coming to Julia from R, these are some noteworthy differences:
253253
Floating point literals are closer in behavior to C/C++. Octal (prefixed with `0o`) and binary
254254
(prefixed with `0b`) literals are also treated as unsigned.
255255
* String literals can be delimited with either `"` or `"""`, `"""` delimited literals can contain
256-
`"` characters without quoting it like `"\""` String literals can have values of other variables
256+
`"` characters without quoting it like `"\""`. String literals can have values of other variables
257257
or expressions interpolated into them, indicated by `$variablename` or `$(expression)`, which
258258
evaluates the variable name or the expression in the context of the function.
259259
* `//` indicates a [`Rational`](@ref) number, and not a single-line comment (which is `#` in Julia)

0 commit comments

Comments
 (0)