Skip to content

Commit 1f70ff8

Browse files
fix typo.
1 parent 0b78953 commit 1f70ff8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mruby_io_UART_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Device-specific
6969
Example of use:
7070

7171
```ruby
72-
uart1.setmode( bardrate:38400 )
72+
uart1.setmode( baudrate:38400 )
7373
```
7474

7575
---

mruby_io_UART_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ uart2 = UART.new("/dev/cu.usbserial1", baud:19200, parity:UART::EVEN )
6969
実行例
7070

7171
```ruby
72-
uart1.setmode( bardrate:38400 )
72+
uart1.setmode( baudrate:38400 )
7373
```
7474

7575
---

0 commit comments

Comments
 (0)