mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
fix misspells 🆎, previous commit: update to version 8.4.1 8a9a498316 [formerly 9e5f0a08049b83605aa847b8f51fb856427354a6]
Former-commit-id: d0f8c8018c14acc3b425b56c466f78a7b8e6fd84
This commit is contained in:
@@ -215,11 +215,11 @@ type Map struct {
|
||||
// anything
|
||||
String *Macro
|
||||
// uint type
|
||||
// only possitive numbers (+0-9)
|
||||
// only positive numbers (+0-9)
|
||||
// it could be uint/uint32 but we keep int for simplicity
|
||||
Int *Macro
|
||||
// long an int64 type
|
||||
// only possitive numbers (+0-9)
|
||||
// only positive numbers (+0-9)
|
||||
// it could be uint64 but we keep int64 for simplicity
|
||||
Long *Macro
|
||||
// boolean as bool type
|
||||
|
||||
Reference in New Issue
Block a user