Skip to content

Commit 09e31ad

Browse files
authored
Merge pull request #653 from animeshsrivastava24/patch-26
Fixed code syntax related typo find.adoc
2 parents 5f98025 + 67fb05b commit 09e31ad

File tree

1 file changed

+2
-2
lines changed
  • Language/Functions/Communication/Serial

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Serial/find.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ title: Serial.find()
1414

1515
[float]
1616
=== 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.
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.
1818

19-
Serial.find() inherits from the link:../../stream[stream] utility class.
19+
`Serial.find()` inherits from the link:../../stream[stream] utility class.
2020
[%hardbreaks]
2121

2222

0 commit comments

Comments
 (0)