Skip to content

Commit 30ffae1

Browse files
committed
Remove (fire-and-forget)
1 parent 65d26da commit 30ffae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/protocol/extensibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The protocol reserves any method name starting with an underscore (`_`) for cust
3838
Extension methods follow standard [JSON-RPC 2.0](https://www.jsonrpc.org/specification) semantics:
3939

4040
- **[Requests](https://www.jsonrpc.org/specification#request_object)** - Include an `id` field and expect a response
41-
- **[Notifications](https://www.jsonrpc.org/specification#notification)** - Omit the `id` field and are one-way (fire-and-forget)
41+
- **[Notifications](https://www.jsonrpc.org/specification#notification)** - Omit the `id` field and are one-way
4242

4343
### Custom Requests
4444

0 commit comments

Comments
 (0)