Skip to content

Commit 5cf365b

Browse files
salseegfhunleth
authored andcommitted
fix typo
1 parent abf114b commit 5cf365b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/circuits_uart.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmodule Circuits.UART do
6868
```elixir
6969
%{"ttyS0" -> %{vendor_id: 1234, product_id: 1,
7070
manufacturer: "Acme Corporation", serial_number: "000001"},
71-
"ttyUSB0" -> ${vendor_id: 1234, product_id: 2}}
71+
"ttyUSB0" -> %{vendor_id: 1234, product_id: 2}}
7272
```
7373
7474
Depending on the port and the operating system, not all fields may be

0 commit comments

Comments
 (0)