File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
user_guide_src/source/incoming Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ Placeholders Description
177
177
============ ===========================================================================================================
178
178
(:any) will match all characters from that point to the end of the URI. This may include multiple URI segments.
179
179
(:segment) will match any character except for a forward slash (``/ ``) restricting the result to a single segment.
180
- (:num) will match any integer.
180
+ (:num) will match any positive integer.
181
181
(:alpha) will match any string of alphabetic characters
182
182
(:alphanum) will match any string of alphabetic characters or integers, or any combination of the two.
183
183
(:hash) is the same as ``(:segment) ``, but can be used to easily see which routes use hashed ids.
You can’t perform that action at this time.
0 commit comments