Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tankorsmash authored Nov 12, 2019
1 parent 02eace1 commit 8bd7262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cereal/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
Note that even with this enabled you must still ensure that
archives are accessed by only one thread at a time; it is safe
to use multiple archives in paralel, but not to access one archive
to use multiple archives in parallel, but not to access one archive
from many places simultaneously. */
#define CEREAL_THREAD_SAFE 0
#endif // CEREAL_THREAD_SAFE
Expand Down

0 comments on commit 8bd7262

Please sign in to comment.