Skip to content

Commit

Permalink
Fix changelog typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msaelices committed Jan 30, 2025
1 parent c69acd8 commit 6a6ad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ what we publish.
### Standard library changes

- New `SIMD.from_bytes()` and `SIMD.as_bytes()` functions to convert a list of bytes
to an scalars and vice versa, accepting the endianess as an argument. Similar
to a list of scalars and vice versa, accepting the endianess as an argument. Similar
to Python `int.from_bytes()` and `int.to_bytes()` functions.

- The free floating functions for constructing different types have been
Expand Down

0 comments on commit 6a6ad76

Please sign in to comment.