Skip to content

Commit da86a22

Browse files
likanzhanfredrikekre
authored andcommitted
Update conversion-and-promotion.md (#33307)
* Update conversion-and-promotion.md * Update doc/src/manual/conversion-and-promotion.md Co-Authored-By: Fredrik Ekre <ekrefredrik@gmail.com>
1 parent 835f1b8 commit da86a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/conversion-and-promotion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ julia> convert(Array{Float64}, a)
8383
4.0 5.0 6.0
8484
```
8585

86-
Conversion isn't always possible, in which case a no method error is thrown indicating that `convert`
86+
Conversion isn't always possible, in which case a [`MethodError`](@ref) is thrown indicating that `convert`
8787
doesn't know how to perform the requested conversion:
8888

8989
```jldoctest

0 commit comments

Comments
 (0)