Skip to content

Commit

Permalink
Fix typo. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and danburkert committed Jul 20, 2016
1 parent 83b1d33 commit 2e36a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bitflags! {
const MAP_ASYNC = MDB_MAPASYNC,

#[doc="Don't use thread-local storage. Tie reader locktable slots to transaction objects"]
#[doc="instead of to threads. I.e. `RoTransaction::reset` keeps the slot reseved for the"]
#[doc="instead of to threads. I.e. `RoTransaction::reset` keeps the slot reserved for the"]
#[doc="transaction object. A thread may use parallel read-only transactions. A read-only"]
#[doc="transaction may span threads if the user synchronizes its use. Applications that"]
#[doc="multiplex many the user synchronizes its use. Applications that multiplex many user"]
Expand Down

0 comments on commit 2e36a93

Please sign in to comment.