From 67fb05be69ed20907de855d7f1beecec9cf8d59e Mon Sep 17 00:00:00 2001 From: Animesh Srivastava Date: Thu, 4 Jul 2019 00:25:46 +0530 Subject: [PATCH] Update find.adoc Fixed code syntax related typo --- Language/Functions/Communication/Serial/find.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Functions/Communication/Serial/find.adoc b/Language/Functions/Communication/Serial/find.adoc index e8e383f5d..b36efdc63 100644 --- a/Language/Functions/Communication/Serial/find.adoc +++ b/Language/Functions/Communication/Serial/find.adoc @@ -14,9 +14,9 @@ title: Serial.find() [float] === Description -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. -Serial.find() inherits from the link:../../stream[stream] utility class. +`Serial.find()` inherits from the link:../../stream[stream] utility class. [%hardbreaks]