From 6ccc800216823f8952842eb5374aeef21872268d Mon Sep 17 00:00:00 2001 From: Kai Schmidt Date: Mon, 11 Nov 2024 11:37:33 -0800 Subject: [PATCH] fix a typo in binary docs --- src/primitive/defs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primitive/defs.rs b/src/primitive/defs.rs index 669d459a1..3b913fcfa 100644 --- a/src/primitive/defs.rs +++ b/src/primitive/defs.rs @@ -3304,7 +3304,7 @@ primitive!( /// ex: # Experimental! /// : °binary . binary . {1 η_π_τ 4_5_6 "wow!"} /// - /// [binary] adds at *least* 6 bytes of overhead to the encoded array. The includes at least 6 bytes for every box element. + /// [binary] adds at *least* 6 bytes of overhead to the encoded array. This includes at least 6 bytes for every box element. /// The overhead is type, shape, and metadata information. /// ex: # Experimental! /// : binary [1 2 3 4 5]