Skip to content

Commit d242727

Browse files
committed
rewrite incorrect sentence
1 parent 798bbfc commit d242727

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

routing.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,10 @@ 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" and
828+
configuration of this feature is only available through the
829+
``@ParamConverter`` annotation. Note that the param converter itself is
830+
totally indedependent of the format used to define the route itself.
829831

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

0 commit comments

Comments
 (0)