aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-02-21 21:53:35 +0100
committerAdrian Kummerlaender2016-02-21 21:54:49 +0100
commitaa224dcf77fbbcb699bba283d45b9c7465af052b (patch)
tree7f26d60f6d5a080b216630659fdf97220ebe50ea /pages
parent756c0688a240e5bd2600eea79cec1f57640f6430 (diff)
downloadblog_content-aa224dcf77fbbcb699bba283d45b9c7465af052b.tar
blog_content-aa224dcf77fbbcb699bba283d45b9c7465af052b.tar.gz
blog_content-aa224dcf77fbbcb699bba283d45b9c7465af052b.tar.bz2
blog_content-aa224dcf77fbbcb699bba283d45b9c7465af052b.tar.lz
blog_content-aa224dcf77fbbcb699bba283d45b9c7465af052b.tar.xz
blog_content-aa224dcf77fbbcb699bba283d45b9c7465af052b.tar.zst
blog_content-aa224dcf77fbbcb699bba283d45b9c7465af052b.zip
Fix possessive form of _library_
Diffstat (limited to 'pages')
-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