Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
//!
//! 2. `BufferBackend` is slow with checked resolving because its internal representation
//! is extremely sensible to the correctness of the symbols, thus a lot of checks
//! are performed. If you will only use symbols probided by the same instance of
//! are performed. If you will only use symbols provided by the same instance of
//! `BufferBackend`, `resolve_unchecked` is a lot faster.
//!
//! ### Legend
Expand Down
Loading