Skip to content

Commit 2024abe

Browse files
authored
fix(docs): adding comma
1 parent f2a23cc commit 2024abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api/serial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ with additional features for advanced use cases.
2424
* **Configurable buffers**: Adjustable RX and TX buffer sizes
2525

2626
.. note::
27-
In case that both pins RX and TX are detached from UART, the driver will be stopped.
27+
In case that both pins, RX and TX are detached from UART, the driver will be stopped.
2828
Detaching may occur when, for instance, starting another peripheral using RX and TX pins, such as Wire.begin(RX0, TX0).
2929

3030
UART Availability

0 commit comments

Comments
 (0)