Skip to content

Commit b6ab3c5

Browse files
committed
remove unnecessary title from recipe
1 parent 953fe4d commit b6ab3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recipes/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Finally register both "home", "a" and "b" as templates.
5555

5656
```rust,ignore
5757
fn main() {
58-
let doc = Document::new("@index [title: 'hello']");
58+
let doc = Document::new("@index");
5959
let mut backend = TuiBackend::full_screen();
6060
let mut builder = Runtime::builder(doc, &backend);
6161

0 commit comments

Comments
 (0)