Skip to content

Commit b429110

Browse files
authored
Merge pull request #395 from isgj/fix-path
Fix the path on CHANGELOG
2 parents d17bc0b + 242d1ba commit b429110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ app.listen("localhost:8080").await?;
6868

6969
#### Nesting
7070

71-
Nest the inner serve inside the outer service, exposing `GET /nori/cat`.
71+
Nest the inner serve inside the outer service, exposing `GET /cat/nori`.
7272

7373
```rust
7474
let mut inner = tide::new();

0 commit comments

Comments
 (0)