소스 검색

fix header docs in router_resource

Evan Almloff 1 년 전
부모
커밋
c094bf3ec3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/router_resource.rs

+ 1 - 1
examples/router_resource.rs

@@ -1,7 +1,7 @@
 //! Example: Updating components with use_resource
 //! -----------------
 //!
-//! This example shows how to use use_reactive to update a component properly
+//! This example shows how to use ReadOnlySignal to make props reactive
 //! when linking to it from the same component, when using use_resource
 
 use dioxus::prelude::*;