Skip to content

Commit 2408fb1

Browse files
authored
Merge pull request #2951 from nablabits/nablabits/escape-inverse-slash
Escape inverse slash in docstring.
2 parents e839322 + 1d7fd8e commit 2408fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LazyOperations/CartesianProduct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ the second block is `cp.Y`.
3838
3939
The Cartesian product between two sets `X` and `Y` can be constructed either
4040
using `CartesianProduct(X, Y)` or the short-cut notation `X × Y` (to enter the times
41-
symbol, write `\times[TAB]`).
41+
symbol, write `\\times[TAB]`).
4242
4343
```jldoctest cartesianproduct_constructor
4444
julia> I1 = Interval(0, 1);

0 commit comments

Comments
 (0)