Skip to content

Commit b982efd

Browse files
committed
Fix typo
fixes #383
1 parent 2675b6e commit b982efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NOTES_FOR_DEVELOPERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All Osmium code MUST be in the `osmium` namespace or one of its sub-namespaces.
1414
Osmium is a include-only library. You can't compile the library itself. There
1515
is no `libosmium.so` or `libosmium.dll`.
1616

17-
One drawback ist that you can't have static data in classes, because there
17+
One drawback is that you can't have static data in classes, because there
1818
is no place to put this data.
1919

2020
All free functions must be declared `inline`.

0 commit comments

Comments
 (0)