Skip to content

Commit 6cea0d2

Browse files
authored
Fixed a typo. (#39914)
1 parent e49567f commit 6cea0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/noteworthy-differences.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ For users coming to Julia from R, these are some noteworthy differences:
306306
meaning within `[ ]`, something to watch out for. `;` can be used to separate expressions on a
307307
single line, but are not strictly necessary in many cases, and are more an aid to readability.
308308
* In Julia, the operator [``](@ref xor) ([`xor`](@ref)) performs the bitwise XOR operation, i.e.
309-
[`^`](@ref) in C/C++. Also, the bitwise operators do not have the same precedence as C/++, so
309+
[`^`](@ref) in C/C++. Also, the bitwise operators do not have the same precedence as C/C++, so
310310
parenthesis may be required.
311311
* Julia's [`^`](@ref) is exponentiation (pow), not bitwise XOR as in C/C++ (use [``](@ref xor), or
312312
[`xor`](@ref), in Julia)

0 commit comments

Comments
 (0)