From 4d6df15b05aabd0c9ddee8e630707626db6989e5 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 18 Dec 2023 14:35:00 -0500 Subject: [PATCH] Update docs/src/interfaces/Array_and_Number.md Co-authored-by: Hendrik Ranocha --- docs/src/interfaces/Array_and_Number.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/interfaces/Array_and_Number.md b/docs/src/interfaces/Array_and_Number.md index 6c3303299..4239169b5 100644 --- a/docs/src/interfaces/Array_and_Number.md +++ b/docs/src/interfaces/Array_and_Number.md @@ -49,7 +49,7 @@ Additionally, the following rules apply to subsets of uses: ### Adaptive Number Types * `x::T / y::T = z::T` -* Default choices of norms can assume `sqrt(x::T)::T` exists. If `internalnorm` is overriden then this +* Default choices of norms can assume `sqrt(x::T)::T` exists. If `internalnorm` is overridden then this may not be required (for example, changing the norm to inf-norm). * `x::T ^ y::T = z::T`