Skip to content

Commit

Permalink
Merge pull request #17 from Vlad-Shcherbina/patch-1
Browse files Browse the repository at this point in the history
Fix docs typo
  • Loading branch information
alexcrichton authored Sep 8, 2019
2 parents e872d04 + 19804db commit 545c936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! implemented with the `pipe` syscall and read/write ends of a pipe and on
//! Windows this is implemented literally with IPC semaphores.
//!
//! The jobserver protocol in `make` also dictates when tokens are acquire to
//! The jobserver protocol in `make` also dictates when tokens are acquired to
//! run child work, and clients using this crate should take care to implement
//! such details to ensure correct interoperation with `make` itself.
//!
Expand Down

0 comments on commit 545c936

Please sign in to comment.