Clarify expression.

This commit is contained in:
pancho horrillo
2019-09-06 13:02:34 +02:00
parent ff0f3aefc5
commit 84f6a89c2d
+2 -2
View File
@@ -315,9 +315,9 @@ A new id is created for the appended route so it can be referenced later.
* **Notes**: * **Notes**:
* Route numbering starts at zero. * Route numbering starts at zero.
* When `index` is not provided or is `0` the route will be inserted * When `index` is not provided or is `0` the route will be inserted
first, effectively making it index `0`. in the first position, effectively making it index `0`.
* Conversely, when `index` is greater than the number of entries on the route * Conversely, when `index` is greater than the number of entries on the route
table, it will be inserted last. table, it will be inserted in the last position.
* Finally, when `index` is less than `0` a 422 error is raised. * Finally, when `index` is less than `0` a 422 error is raised.
* A successful request will yield a response containing all the effective * A successful request will yield a response containing all the effective
parameters that were applied. parameters that were applied.