Skip to content

Commit 9c9cbb5

Browse files
Update route.md to avoid syntax confusion in docs (#3311)
1 parent 170d7d4 commit 9c9cbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/src/docs/routing/route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Add another route to the router.
44
can be either static, a capture, or a wildcard.
55

66
`method_router` is the [`MethodRouter`] that should receive the request if the
7-
path matches `path`. `method_router` will commonly be a handler wrapped in a method
7+
path matches `path`. Usually, `method_router` will be a handler wrapped in a method
88
router like [`get`]. See [`handler`](crate::handler) for more details on handlers.
99

1010
# Static paths

0 commit comments

Comments
 (0)