Skip to content

Commit

Permalink
Print result of pathAndQueryTo
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Jul 19, 2024
1 parent 11475f9 commit 14d4b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ val searchUsers = Route(
).handle((term, start, stop) => s"Searching for users named $term, from page $start to $stop")
```

```scala mdoc:silent
```scala mdoc
searchUsers.pathAndQueryTo("scala", (1, 10))
```

Expand Down

0 comments on commit 14d4b3e

Please sign in to comment.