From aa224dcf77fbbcb699bba283d45b9c7465af052b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 21 Feb 2016 21:53:35 +0100 Subject: Fix possessive form of _library_ --- pages/projects/binary_mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') 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 -- cgit v1.2.3