Skip to content

Commit

Permalink
Fix code highlighting in "Path Parameters" -> "Overview"
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Mar 30, 2024
1 parent 6b4eae4 commit a267dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```rust title="src/route_params/blueprint.rs" hl_lines="9"
```rust title="src/route_params/blueprint.rs" hl_lines="7"
use pavex::blueprint::router::GET;
use pavex::blueprint::Blueprint;
use pavex::f;
Expand Down
2 changes: 1 addition & 1 deletion doc_examples/guide/request_data/route_params/tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ snippets:
- name: "route_params_registration"
source_path: "src/route_params/blueprint.rs"
ranges: [ ".." ]
hl_lines: [ 9 ]
hl_lines: [ 7 ]
- name: "route_params_extraction"
source_path: "src/route_params/routes.rs"
ranges: [ ".." ]
Expand Down

0 comments on commit a267dc7

Please sign in to comment.