Skip to content

Commit

Permalink
Fix typo (#28594)
Browse files Browse the repository at this point in the history
Add a punctuation

(cherry picked from commit 883c8a3)
  • Loading branch information
sgalal authored and KristofferC committed Feb 11, 2019
1 parent fd7b651 commit b6d5013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/noteworthy-differences.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ For users coming to Julia from R, these are some noteworthy differences:
Floating point literals are closer in behavior to C/C++. Octal (prefixed with `0o`) and binary
(prefixed with `0b`) literals are also treated as unsigned.
* String literals can be delimited with either `"` or `"""`, `"""` delimited literals can contain
`"` characters without quoting it like `"\""` String literals can have values of other variables
`"` characters without quoting it like `"\""`. String literals can have values of other variables
or expressions interpolated into them, indicated by `$variablename` or `$(expression)`, which
evaluates the variable name or the expression in the context of the function.
* `//` indicates a [`Rational`](@ref) number, and not a single-line comment (which is `#` in Julia)
Expand Down

0 comments on commit b6d5013

Please sign in to comment.