Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
fixes #383
  • Loading branch information
joto committed Jan 30, 2025
1 parent 2675b6e commit b982efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOTES_FOR_DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All Osmium code MUST be in the `osmium` namespace or one of its sub-namespaces.
Osmium is a include-only library. You can't compile the library itself. There
is no `libosmium.so` or `libosmium.dll`.

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
is no place to put this data.

All free functions must be declared `inline`.
Expand Down

0 comments on commit b982efd

Please sign in to comment.