Skip to content

Commit 410ddf2

Browse files
mladedavjplatte
andcommitted
Update docs based on review
Co-authored-by: Jonas Platte <[email protected]>
1 parent e7e4cd0 commit 410ddf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/src/docs/routing/without_v07_checks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let app = Router::<()>::new()
3636

3737
# Merging
3838

39-
When two routers are merged, v0.7 checks are disabled if both of the two routers had them also disabled.
39+
When two routers are merged, v0.7 checks are disabled for route registrations on the resulting router if both of the two routers had them also disabled.
4040

4141
# Nesting
4242

0 commit comments

Comments
 (0)