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.
1 parent b15024f commit 21afb72Copy full SHA for 21afb72
doc/src/manual/methods.md
@@ -717,7 +717,7 @@ function matmul(a::AbstractMatrix, b::AbstractMatrix)
717
718
# this is wrong, since depending on the return value
719
# of type-inference is very brittle (as well as not being optimizable):
720
- # R = return_types(op, (eltype(a), eltype(b)))
+ # R = Base.return_types(op, (eltype(a), eltype(b)))
721
722
## but, finally, this works:
723
R = promote_op(op, eltype(a), eltype(b))
0 commit comments