Skip to content

Commit

Permalink
Tweak documentation wording
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Hartman <[email protected]>
  • Loading branch information
jakelishman and kevinhartman committed Aug 27, 2024
1 parent 7cc72b1 commit 547bd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/circuit/src/interner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ where
/// itself (the `Interned` type), rather than raw references; the `Interned` type is narrower than a
/// true reference.
///
/// This can only be implemented for owned types that implement `Default`, so that the convenience
/// This is only implemented for owned types that implement `Default`, so that the convenience
/// method `Interner::get_default` can work reliably and correctly; the "default" index needs to be
/// guaranteed to be reserved and present for safety.
///
Expand Down

0 comments on commit 547bd68

Please sign in to comment.