Skip to content

Commit

Permalink
fix bits description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Schmidt committed Jan 3, 2024
1 parent 98e69e6 commit e6119f7
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 @@ -548,7 +548,7 @@ primitive!(
/// [fix]'s name come from the way it "fixes" an array in this way.
/// See the [Advanced Array Manipulation Tutorial](/docs/advancedarray) for more information on this use case.
(1, Fix, MonadicArray, ("fix", '¤')),
/// Encode an array as bits (MSB-first)
/// Encode an array as bits (LSB-first)
///
/// The result will always be 1 rank higher than the input.
/// ex: ⋯27
Expand Down

0 comments on commit e6119f7

Please sign in to comment.