aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/binary_mapping.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/projects/binary_mapping.md')
-rw-r--r--pages/projects/binary_mapping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/projects/binary_mapping.md b/pages/projects/binary_mapping.md
index 0c1d2ed..a53324d 100644
--- a/pages/projects/binary_mapping.md
+++ b/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