Christos KK Loverdos 1 년 전
부모
커밋
ffe02b43c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/eval.rs

+ 1 - 1
examples/eval.rs

@@ -10,7 +10,7 @@ fn main() {
 }
 
 fn app() -> Element {
-    // Create a future that will resolve once the javascript has been succesffully executed.
+    // Create a future that will resolve once the javascript has been successfully executed.
     let future = use_resource(move || async move {
         // Wait a little bit just to give the appearance of a loading screen
         tokio::time::sleep(tokio::time::Duration::from_secs(1)).await;