Skip to content

Commit 3fcda71

Browse files
committed
Fix typos in some comments
1 parent 104bd52 commit 3fcda71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ir/traversal.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::collections::{BTreeMap, VecDeque};
99
///
1010
/// from --> to
1111
///
12-
/// The `from` is left implicit: it is the concrete `Trace` implementor which
12+
/// The `from` is left implicit: it is the concrete `Trace` implementer which
1313
/// yielded this outgoing edge.
1414
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
1515
pub struct Edge {
@@ -350,7 +350,7 @@ pub struct ItemTraversal<'ctx, 'gen, Storage, Queue, Predicate>
350350
/// The set of items that we have seen, but have yet to traverse.
351351
queue: Queue,
352352

353-
/// The predicate that determins which edges this traversal will follow.
353+
/// The predicate that determines which edges this traversal will follow.
354354
predicate: Predicate,
355355

356356
/// The item we are currently traversing.

0 commit comments

Comments
 (0)