Преглед на файлове

Fix reference to "html!" macro in "rsx!" macro docs

Dave Rolsky преди 3 години
родител
ревизия
706b0e2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/core-macro/src/lib.rs

+ 1 - 1
packages/core-macro/src/lib.rs

@@ -26,7 +26,7 @@ pub fn derive_typed_builder(input: proc_macro::TokenStream) -> proc_macro::Token
     }
 }
 
-/// The html! macro makes it easy for developers to write jsx-style markup in their components.
+/// The rsx! macro makes it easy for developers to write jsx-style markup in their components.
 ///
 /// ## Complete Reference Guide:
 /// ```