Skip to content

Commit de1dd80

Browse files
authored
Merge pull request #655 from animeshsrivastava24/patch-27
Fixed code syntax related typo print.adoc
2 parents 09e31ad + 85affc4 commit de1dd80

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
@@ -32,7 +32,7 @@ An optional second parameter specifies the base (format) to use; permitted value
3232
* `Serial.print(1.23456, 2)` gives "1.23" +
3333
* `Serial.print(1.23456, 4)` gives "1.2346"
3434

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

3737
`Serial.print(F(“Hello World”))`
3838

0 commit comments

Comments
 (0)