Skip to content

Commit

Permalink
fix typo in rustdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed May 24, 2024
1 parent ffef32a commit 8be362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! The algorithm works by adding edge by edge to the Tanner graph. For each
//! symbol node, `wc` check nodes are selected to be joined by edges. Each one
//! is selected in a different step, and the edge is added to the graph, which
//! affects subsequent decissions.
//! affects subsequent decisions.
//!
//! To select an edge for the current symbol node, a breadth-first search is
//! done with that node as the root, in order to find the distance from each of
Expand Down

0 comments on commit 8be362e

Please sign in to comment.