Selaa lähdekoodia

docs: Fix adapted / adopted typo

Merges https://github.com/espressif/esp-idf/pull/6327
Simon Marchi 5 vuotta sitten
vanhempi
sitoutus
e627704a87
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/en/api-reference/peripherals/uart.rst

+ 1 - 1
docs/en/api-reference/peripherals/uart.rst

@@ -6,7 +6,7 @@ UART
 Overview
 --------
 
-A Universal Asynchronous Receiver/Transmitter (UART) is a hardware feature that handles communication (i.e., timing requirements and data framing) using widely-adapted asynchronous serial communication interfaces, such as RS232, RS422, RS485. A UART provides a widely adopted and cheap method to realize full-duplex or half-duplex data exchange among different devices.
+A Universal Asynchronous Receiver/Transmitter (UART) is a hardware feature that handles communication (i.e., timing requirements and data framing) using widely-adopted asynchronous serial communication interfaces, such as RS232, RS422, RS485. A UART provides a widely adopted and cheap method to realize full-duplex or half-duplex data exchange among different devices.
 
 .. only:: esp32