docs: fix typo on debug_stopGoTrace example

Fixes issue #28288
This commit is contained in:
Hyunchel Kim 2023-10-09 07:22:25 -04:00
parent 65c9a0393f
commit 5fa1095dc5
No known key found for this signature in database
GPG key ID: 0436BF9838B5CCC5

View file

@ -465,8 +465,8 @@ Stops writing the Go runtime trace.
| Client | Method invocation |
| :------ | ----------------------------------------------- |
| Console | `debug.startGoTrace(file)` |
| RPC | `{"method": "debug_stopGoTrace", "params": []}` |
| Console | `debug.stopGoTrace(file)` |
| RPC | `{"method": "debug_stopGoTrace", "params": [string]}` |
### debug_storageRangeAt