From 73bd433538b3478b59204f16844cdec79e00b3c4 Mon Sep 17 00:00:00 2001 From: Chris Pryer Date: Sat, 18 Jun 2022 19:54:56 -0400 Subject: [PATCH] Fix Design Requirements typo 'explicitly supported* not support' --- protocol/design_requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/design_requirements.md b/protocol/design_requirements.md index 25406141..dc4ebdf7 100644 --- a/protocol/design_requirements.md +++ b/protocol/design_requirements.md @@ -118,7 +118,7 @@ We'll also list some things that were discussed but are not requirements: interleaved array in NumPy._ 3. Extension dtypes, i.e. a way to extend the set of dtypes that is - explicitly support, are out of scope. + explicitly supported, are out of scope. _Rationale: complex to support, not used enough to justify that complexity._