diff options
Fix possessive form of _library_
Diffstat (limited to 'source/00_content/pages/projects')
-rw-r--r-- | source/00_content/pages/projects/binary_mapping.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/00_content/pages/projects/binary_mapping.md b/source/00_content/pages/projects/binary_mapping.md index 0c1d2ed..a53324d 100644 --- a/source/00_content/pages/projects/binary_mapping.md +++ b/source/00_content/pages/projects/binary_mapping.md @@ -14,7 +14,7 @@ A explanation of an earlier version of this template library can be found on thi * Support for developing custom types to be used in the Container and Iterator templates * Support for nesting structures inside each other * BitField template offers bit-level access to ByteField byte-arrays -* Doesn't require any external libraries besides the GNU libraries `endian.h` +* Doesn't require any external libraries besides the GNU library's `endian.h` * Header only library because of heavy usage of template metaprogramming * Unit Tests based on GoogleTest * MIT license |