mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 20:07:04 +00:00
fix typo
Former-commit-id: b6f9de4cf8d62210ffefba5d33dc8372d236748d
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user