浏览代码

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:
 /// ```