Skip to content

Commit 7420e84

Browse files
authored
fix typo (#93)
* doc: add a notice that `unchecked` resolving is faster for `BufferBackend` * fix(doc): typo
1 parent b997d20 commit 7420e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
//!
104104
//! 2. `BufferBackend` is slow with checked resolving because its internal representation
105105
//! is extremely sensible to the correctness of the symbols, thus a lot of checks
106-
//! are performed. If you will only use symbols probided by the same instance of
106+
//! are performed. If you will only use symbols provided by the same instance of
107107
//! `BufferBackend`, `resolve_unchecked` is a lot faster.
108108
//!
109109
//! ### Legend

0 commit comments

Comments
 (0)