diff --git a/Component-Abstract-Bus.md b/Component-Abstract-Bus.md index d6d65df..7cd4d53 100644 --- a/Component-Abstract-Bus.md +++ b/Component-Abstract-Bus.md @@ -14,7 +14,7 @@ Callbacks: - `send(address: number, data: table): boolean` Sends data across the abstract bus. The table `data` is in the form of key-value pairs, e.g. ``` - lua> component.abstract_bus.send(0xFFF, { action="dial", address="Losomdeh Salothirt Erpac" }) + lua> component.abstract_bus.send(0xFFFF, { ["action"]="dial", ["address"]="Losomdeh Salothirt Erpac" }) ``` * See SGTech2 documentation for more info on the Abstract Bus. - `maxPacketSize(): number`