Skip to content

Commit

Permalink
fix a typo in binary docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 11, 2024
1 parent a2d36bb commit 6ccc800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitive/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6ccc800

Please sign in to comment.