We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a60db commit a214aefCopy full SHA for a214aef
src/jobserver.rs
@@ -61,8 +61,8 @@ impl Client {
61
62
/// Returns a future that represents an acquired jobserver token.
63
///
64
- /// This should be invoked before any "work" is spawend (for whatever the
65
- /// defnition of "work" is) to ensure that the system is properly
+ /// This should be invoked before any "work" is spawned (for whatever the
+ /// definition of "work" is) to ensure that the system is properly
66
/// rate-limiting itself.
67
pub fn acquire(&self) -> SFuture<Acquired> {
68
let (helper, tx) = match (self.helper.as_ref(), self.tx.as_ref()) {
0 commit comments