Skip to content

Commit 3394169

Browse files
committed
binding: fix doc typo
cf. #47
1 parent 3c7c1fa commit 3394169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulse-binding/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
//! make use of. Furthermore, the somewhat complex underlying C API imposes certain limitations upon
3636
//! just how safe and simple an interface this binding can reasonably offer. One particularly
3737
//! notable example is the threaded mainloop locking mechanism, which uses a perfectly legitimate
38-
//! design, but one that happens to conflict with what is typically used in Rust code; it does fit
39-
//! perfectly with the Rust borrow checking mechanism and thus you cannot rely upon the borrow
38+
//! design, but one that happens to conflict with what is typically used in Rust code; it does not
39+
//! fit perfectly with the Rust borrow checking mechanism and thus you cannot rely upon the borrow
4040
//! checker to prevent unsafe use as much as is typical.
4141
//! </p>
4242
//! </div>

0 commit comments

Comments
 (0)