Skip to content

Commit 0dbeda7

Browse files
committed
improve doc comment
1 parent 2977839 commit 0dbeda7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/anodized-core/src/instrument/traits.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ Instead, ensure that both the trait and the impl fn have a `#[spec]` annotation.
360360
/// - `fn f(input @ (left, right): (i32, i32))` -> `input`
361361
/// - `fn f(Bounds { lower, upper }: Bounds)` -> `Bounds { lower, upper }`
362362
///
363-
/// The caller is responsible for ensuring these tokens are used in a call
364-
/// expression like `Self::__anodized_f(#(#args),*)`.
363+
/// The caller is responsible for ensuring these expressions are used in a call
364+
/// like `Self::__anodized_f(#(#args),*)`.
365365
///
366366
/// Callers: only `instrument_trait` in this module should use this; it is not
367367
/// part of the public API.

0 commit comments

Comments
 (0)