1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-21 20:07:04 +00:00
Former-commit-id: b6f9de4cf8d62210ffefba5d33dc8372d236748d
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-12-18 06:47:05 +02:00
parent 4fb46bf1f3
commit 20ba72aecf
8 changed files with 10 additions and 10 deletions

View File

@@ -813,7 +813,7 @@ type Context interface {
// String returns the string representation of this request.
// Each context has a unique string representation.
// It can be used for simple debugging scenarions, i.e print context as string.
// It can be used for simple debugging scenarios, i.e print context as string.
//
// What it returns? A number which declares the length of the
// total `String` calls per executable application, followed
@@ -2748,7 +2748,7 @@ func LastCapturedContextID() uint64 {
// String returns the string representation of this request.
// Each context has a unique string representation.
// It can be used for simple debugging scenarions, i.e print context as string.
// It can be used for simple debugging scenarios, i.e print context as string.
//
// What it returns? A number which declares the length of the
// total `String` calls per executable application, followed