Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/hypertext/src/renderable/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ pub trait Renderable<C: Context = Node> {
///
/// This may be overridden if `Self` is a string-like pre-escaped type that
/// can more efficiently be turned into a [`Buffer<C>`] via
/// [`Buffer::dangerously_from_string`]. If overriden, the
/// [`Buffer::dangerously_from_string`]. If overridden, the
/// implementation must match what [`render_to`](Renderable::render_to)
/// would produce.
#[inline]
Expand Down