Skip to content

Commit

Permalink
Fix #42929 (#44838)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Apr 3, 2022
1 parent f84b49a commit 62dd14e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/src/manual/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ For instance, you might have some sort of abstract array with an arbitrary eleme
and want to write your computation on it with a specific element type.
We must implement a method for each `AbstractArray{T}` subtype that describes how to compute this type transform.
There is no general transform of one subtype into another subtype with a different parameter.
(Quick review: do you see why this is?)

The subtypes of `AbstractArray` typically implement two methods to
achieve this:
Expand Down

0 comments on commit 62dd14e

Please sign in to comment.