We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2675b6e commit b982efdCopy full SHA for b982efd
NOTES_FOR_DEVELOPERS.md
@@ -14,7 +14,7 @@ All Osmium code MUST be in the `osmium` namespace or one of its sub-namespaces.
14
Osmium is a include-only library. You can't compile the library itself. There
15
is no `libosmium.so` or `libosmium.dll`.
16
17
-One drawback ist that you can't have static data in classes, because there
+One drawback is that you can't have static data in classes, because there
18
is no place to put this data.
19
20
All free functions must be declared `inline`.
0 commit comments