Skip to content

Commit

Permalink
Merge pull request #597 from tankorsmash/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
AzothAmmo authored Nov 18, 2019
2 parents 02eace1 + 8bd7262 commit 075c44f
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 075c44f

Please sign in to comment.