Skip to content

Commit 55b322d

Browse files
committed
rewrite incorrect sentence
1 parent 798bbfc commit 55b322d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,7 @@ Parameter Conversion
824824

825825
A common routing need is to convert the value stored in some parameter (e.g. an
826826
integer acting as the user ID) into another value (e.g. the object that
827-
represents the user). This feature is called "param converter" and is only
828-
available when using annotations to define routes.
827+
represents the user). This feature is called "param converter".
829828

830829
In case you didn't run this command before, run it now to add support for
831830
annotations and "param converters":

0 commit comments

Comments
 (0)