fix(doc): update example text for rustdoc

This commit is contained in:
Ashley Williams 2022-12-16 09:14:31 -06:00
parent e30c8e7315
commit 73cb76a2d4
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@
//! </p>
//! { (0..3).map(|_| html!(
//! <p class="emphasis">
//! "Her name is Kitty White."
//! ">o_o<"
//! </p>
//! )) }
//! <p class="citation-needed">
//! "We still don't know how she eats."
//! "Every company should be a developer experience company."
//! </p>
//! </body>
//! </html>