We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e6253 commit a099038Copy full SHA for a099038
rinja/src/lib.rs
@@ -180,7 +180,7 @@ impl<T: Template + ?Sized> Template for &T {
180
const SIZE_HINT: usize = T::SIZE_HINT;
181
}
182
183
-/// [`dyn`-compatible] wrapper trait around [`Template`] implementers
+/// [`dyn`-compatible] wrapper trait around [`Template`] implementors.
184
///
185
/// This trades reduced performance (mostly due to writing into `dyn Write`) for dyn-compatibility.
186
0 commit comments