Skip to content

Commit 9a838f5

Browse files
authored
Update print.adoc
Changed a small error on line 33
1 parent 8076217 commit 9a838f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/print.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An optional second parameter specifies the base (format) to use; permitted value
3030
* `_Serial_.print(78, HEX)` gives "4E" +
3131
* `_Serial_.print(1.23456, 0)` gives "1" +
3232
* `_Serial_.print(1.23456, 2)` gives "1.23" +
33-
* `_Serial_.print(1.23456, 4)` gives "1.2346"
33+
* `_Serial_.print(1.23456, 4)` gives "1.2345"
3434

3535
You can pass flash-memory based strings to `_Serial_.print()` by wrapping them with link:../../../../variables/utilities/progmem[F()]. For example:
3636

0 commit comments

Comments
 (0)