浏览代码

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::*;