Skip to content

Commit

Permalink
Sync docs of Ribir@refs/heads/master
Browse files Browse the repository at this point in the history
  • Loading branch information
rchangelog[bot] committed Jan 17, 2025
1 parent 2fd62c2 commit 44b28f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/practice_todos_app/develop_a_todos_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ impl Compose for Todos {
$input.write().set_text("");
}
},
@{ Placeholder::new("What do you want to do ?") }
@Text { text:"What do you want to do ?" }
}
}
@Tabs {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl Compose for Todos {
$input.write().set_text("");
}
},
@{ Placeholder::new("What do you want to do ?") }
@Text { text: "What do you want to do ?" }
}
}
@Tabs {
Expand Down

0 comments on commit 44b28f7

Please sign in to comment.