fix various typos in doc comments
This commit is contained in:
parent
0195812aea
commit
4e35cbb22e
49 changed files with 68 additions and 68 deletions
|
|
@ -38,7 +38,7 @@ struct SccData<S: Idx> {
|
|||
/// successors can be found.
|
||||
ranges: IndexVec<S, Range<usize>>,
|
||||
|
||||
/// Contains the succcessors for all the Sccs, concatenated. The
|
||||
/// Contains the successors for all the Sccs, concatenated. The
|
||||
/// range of indices corresponding to a given SCC is found in its
|
||||
/// SccData.
|
||||
all_successors: Vec<S>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue