Skip to content

Commit

Permalink
doc: doc-comment tweak
Browse files Browse the repository at this point in the history
Co-authored-by: aszepieniec <[email protected]>
  • Loading branch information
dan-da and aszepieniec committed Apr 5, 2024
1 parent 1c5e6c9 commit c4c32cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util_types/mutator_set/removal_record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ pub struct RemovalRecord {
}

impl RemovalRecord {
/// Update a batch of removal records that are synced to a given mutator set, given
/// that that mutator set will be updated with an addition. (The addition record
/// Update a batch of removal records that are synced to a given mutator set, in anticipation
/// of one addition to that mutator set. (The addition record
/// does not matter; all necessary information is in the mutator set.)
pub fn batch_update_from_addition(
removal_records: &mut [&mut Self],
Expand Down

0 comments on commit c4c32cc

Please sign in to comment.