Преглед изворни кода

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

Dave Rolsky пре 3 година
родитељ
комит
706b0e21a5
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:
 /// ## Complete Reference Guide:
 /// ```
 /// ```