Skip to content

Commit

Permalink
Update docs/api/ctx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Nov 18, 2024
1 parent 02210bc commit 697bec3
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 @@ -1136,7 +1136,7 @@ Make copies or use the [**`Immutable`**](./ctx.md) setting instead. [Read more..
This method can be used to get the route parameters. You can pass an optional default value that will be returned if the param key does not exist.

:::info
Defaults to an empty string (`""`) if the param **doesn't** exist.
Defaults to an empty string \(`""`\) if the param **doesn't** exist.
:::
```go title="Signature"
Expand Down

0 comments on commit 697bec3

Please sign in to comment.