Skip to content

Commit 697bec3

Browse files
authored
Update docs/api/ctx.md
1 parent 02210bc commit 697bec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/ctx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ Make copies or use the [**`Immutable`**](./ctx.md) setting instead. [Read more..
11361136
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.
11371137

11381138
:::info
1139-
Defaults to an empty string (`""`) if the param **doesn't** exist.
1139+
Defaults to an empty string \(`""`\) if the param **doesn't** exist.
11401140
:::
11411141
11421142
```go title="Signature"

0 commit comments

Comments
 (0)