Skip to content

Commit

Permalink
docs: fix a typo in dds
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Apr 2, 2024
1 parent aa7aa32 commit a131443
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/dds.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ One payload per line, each payload contains the following fields separated by co
| Field | Description |
| -------- | --------------------------------------------------------------------------------------------------------------- |
| kind | The kind of this message |
| receiver | The instance ID that receives this message, if it's `0`, means broadcasting to all instances |
| receiver | The instance ID that receives this message; if it's `0`, broadcasts to all instances |
| severity | The severity of this message; if it's non-zero, indicates a [static message](/docs/plugins/utils#ps.pub_static) |
| sender | The sender ID of this message |
| body | The body of this message, which is a JSON string |
Expand Down Expand Up @@ -166,9 +166,7 @@ TODO
`sub()` callback body:

```lua
{
cut = false,
}
{}
```

`sub_remote()` callback body:
Expand Down

0 comments on commit a131443

Please sign in to comment.