Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: TimJentzsch <[email protected]>
  • Loading branch information
2 people authored and nicoburns committed Aug 23, 2023
1 parent 575cd7e commit 9ba6432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/measure_func.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub enum SyncMeasureFunc<Context = ()> {
impl<Context> Measurable for SyncMeasureFunc<Context> {
type Context = Context;

/// Call the measure function to measure to the node
/// Call the measure function to measure the node
#[inline(always)]
fn measure(
&self,
Expand Down

0 comments on commit 9ba6432

Please sign in to comment.