From c0b54862e1815aad29471c5f95da36e1ffdd5981 Mon Sep 17 00:00:00 2001 From: Vidhan Bhatt Date: Thu, 11 Jan 2024 22:43:14 -0500 Subject: [PATCH] chore: fix doc --- hypertext/src/alloc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypertext/src/alloc.rs b/hypertext/src/alloc.rs index d4f650b..8c51ddc 100644 --- a/hypertext/src/alloc.rs +++ b/hypertext/src/alloc.rs @@ -17,7 +17,7 @@ use core::fmt::{self, Display, Write}; /// required [`class`]es. /// /// Additionally, adding `!DOCTYPE` at the beginning of the invocation will -/// render "". +/// render `""`. /// /// For more details, see the [maud book](https://maud.lambda.xyz). ///