소스 검색

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