We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966baea commit ed467f5Copy full SHA for ed467f5
src/asciidoc/web-mvc.adoc
@@ -793,7 +793,7 @@ to the value of a URI template variable:
793
}
794
----
795
796
-The URI Template " `/owners/{ownerId}`" specifies the variable name `ownerId`. When the
+The URI Template ++"/owners/{ownerId}"++ specifies the variable name `ownerId`. When the
797
controller handles this request, the value of `ownerId` is set to the value found in the
798
appropriate part of the URI. For example, when a request comes in for `/owners/fred`,
799
the value of `ownerId` is `fred`.
0 commit comments