We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f98025 + 67fb05b commit 09e31adCopy full SHA for 09e31ad
Language/Functions/Communication/Serial/find.adoc
@@ -14,9 +14,9 @@ title: Serial.find()
14
15
[float]
16
=== Description
17
-Serial.find() reads data from the serial buffer until the target is found. The function returns true if target is found, false if it times out.
+`Serial.find()` reads data from the serial buffer until the target is found. The function returns `true` if target is found, `false` if it times out.
18
19
-Serial.find() inherits from the link:../../stream[stream] utility class.
+`Serial.find()` inherits from the link:../../stream[stream] utility class.
20
[%hardbreaks]
21
22
0 commit comments