Skip to content

Commit a8147c1

Browse files
committed
Fix unintentional cross references
1 parent 85756fa commit a8147c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/canio/Message.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//|
4343
//| In CAN, messages can have a size from 0 to 8 bytes.
4444
//|
45-
//| For a non-rtr message, specify `data`. For an rtr-message, specify either `data` (a dummy buffer of the requested size) or `size`.
45+
//| For a non-rtr message, specify ``data``. For an rtr-message, specify either ``data`` (a dummy buffer of the requested size) or ``size``.
4646
//| """
4747
//| ...
4848
//|

0 commit comments

Comments
 (0)