From 62dd14e486d06854df7c712ae2e402b5e4ed91e8 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Sun, 3 Apr 2022 00:15:13 -0400 Subject: [PATCH] Fix #42929 (#44838) --- doc/src/manual/methods.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/src/manual/methods.md b/doc/src/manual/methods.md index 1985292d66611..5839256212923 100644 --- a/doc/src/manual/methods.md +++ b/doc/src/manual/methods.md @@ -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: