1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 04:47:02 +00:00

fix misspells 🆎, previous commit: update to version 8.4.1 8a9a498316 [formerly 9e5f0a08049b83605aa847b8f51fb856427354a6]

Former-commit-id: d0f8c8018c14acc3b425b56c466f78a7b8e6fd84
This commit is contained in:
hiveminded
2017-09-07 16:24:30 +03:00
parent 8a9a498316
commit f23e21f747
4 changed files with 6 additions and 6 deletions

View File

@@ -18,11 +18,11 @@ const (
// Declaration: /mypath/{myparam:string} or /mypath{myparam}
ParamTypeString
// ParamTypeInt is the integer, a number type.
// Allows only possitive numbers (0-9)
// Allows only positive numbers (0-9)
// Declaration: /mypath/{myparam:int}
ParamTypeInt
// ParamTypeLong is the integer, a number type.
// Allows only possitive numbers (0-9)
// Allows only positive numbers (0-9)
// Declaration: /mypath/{myparam:long}
ParamTypeLong
// ParamTypeBoolean is the bool type.