We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e839322 + 1d7fd8e commit 2408fb1Copy full SHA for 2408fb1
src/LazyOperations/CartesianProduct.jl
@@ -38,7 +38,7 @@ the second block is `cp.Y`.
38
39
The Cartesian product between two sets `X` and `Y` can be constructed either
40
using `CartesianProduct(X, Y)` or the short-cut notation `X × Y` (to enter the times
41
-symbol, write `\times[TAB]`).
+symbol, write `\\times[TAB]`).
42
43
```jldoctest cartesianproduct_constructor
44
julia> I1 = Interval(0, 1);
0 commit comments