Skip to content

Commit f1ffe2e

Browse files
committed
add // to fallback operate
1 parent 69aaa2c commit f1ffe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ operate(
130130
args::Vararg{Any,N},
131131
) where {N} = op(x, y, args...)
132132
operate(
133-
op::Union{typeof(-),typeof(/)},
133+
op::Union{typeof(-),typeof(/),typeof(//)},
134134
x,
135135
y,
136136
) where {N} = op(x, y)

0 commit comments

Comments
 (0)