Skip to content

Commit

Permalink
Add missing word to documentation. (#36670)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmahar authored Jul 15, 2020
1 parent 29826c2 commit 7748761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ eltype(::Type{AbstractArray{T, N}}) where {T, N} = T
eltype(::Type{A}) where {A<:AbstractArray} = eltype(supertype(A))
```

Another possibility is the following, which could useful to adapt
Another possibility is the following, which could be useful to adapt
to cases where the parameter `T` would need to be matched more
narrowly:
```julia
Expand Down

0 comments on commit 7748761

Please sign in to comment.