Skip to content

Commit a099038

Browse files
Update rinja/src/lib.rs
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent f0e6253 commit a099038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rinja/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<T: Template + ?Sized> Template for &T {
180180
const SIZE_HINT: usize = T::SIZE_HINT;
181181
}
182182

183-
/// [`dyn`-compatible] wrapper trait around [`Template`] implementers
183+
/// [`dyn`-compatible] wrapper trait around [`Template`] implementors.
184184
///
185185
/// This trades reduced performance (mostly due to writing into `dyn Write`) for dyn-compatibility.
186186
///

0 commit comments

Comments
 (0)