瀏覽代碼

Delete redundant sentence

Kris Warner 3 年之前
父節點
當前提交
e57c0890ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/guide/src/interactivity/index.md

+ 1 - 1
docs/guide/src/interactivity/index.md

@@ -157,7 +157,7 @@ fn App(cx: Scope)-> Element {
 }
 ```
 
-Using asynchronous code can be difficult! This is just scratching the surface of what's possible. We have an entire chapter on using async properly in your Dioxus Apps. We have an entire section dedicated to using `async` properly later in this book.
+Using asynchronous code can be difficult! This is just scratching the surface of what's possible. We have an entire chapter on using async properly in your Dioxus Apps.
 
 ### How do I tell Dioxus that my state changed?