Skip to content

Commit

Permalink
Update Typo documentation (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
canks69 authored Jan 30, 2024
1 parent 738e062 commit 455405c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ctx.md
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ An alternative version of the Locals method that takes advantage of Go's generic
allows for the manipulation and retrieval of local values within a request's context with a more specific data type.
```go title="Signature"
func Locals[V any](c Ctx, key any, value ...any) V
func Locals[V any](c Ctx, key any, value ...V) V
```
```go title="Example"
Expand Down

0 comments on commit 455405c

Please sign in to comment.