From 8a6879ba894a16401424f2e05182f82484061dc8 Mon Sep 17 00:00:00 2001 From: Adam Chyb Date: Mon, 3 Feb 2020 21:55:14 +1100 Subject: [PATCH] Fix method in readStringUntil example. --- .../Functions/Communication/Stream/streamReadStringUntil.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Communication/Stream/streamReadStringUntil.adoc b/Language/Functions/Communication/Stream/streamReadStringUntil.adoc index 971337a49..79b818a9d 100644 --- a/Language/Functions/Communication/Stream/streamReadStringUntil.adoc +++ b/Language/Functions/Communication/Stream/streamReadStringUntil.adoc @@ -22,7 +22,7 @@ This function is part of the Stream class, and can be called by any class that i [float] === Syntax -`stream.readString(terminator)` +`stream.readStringUntil(terminator)` [float]