typo(readme): Improved the spelling in the README a little.

This commit is contained in:
Eric-Paul Ickhorn 2024-05-23 01:44:29 +02:00
parent 15b119a372
commit 4be2d3b018
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ It currently consists of 2 independent single-header libraries
## Functionality ## Functionality
There are only 2 libraries currently: There are only 2 libraries currently:
1) ufn_arena: An arena allocator for optimization of string processing. 1) ufn_arena: An arena allocator for optimizing string processing.
2) ufn_round: Functions for rounding to the next multiple of some number 2) ufn_round: Functions for rounding to the next multiple of some number
or to the next power of 2. Currently only floor()'s and ceil()'s to those. or to the next power of 2. Currently only floor()'s and ceil()'s to those.