diff --git a/Language/Functions/Communication/Stream/streamFindUntil.adoc b/Language/Functions/Communication/Stream/streamFindUntil.adoc index da33ed884..c3119fd76 100644 --- a/Language/Functions/Communication/Stream/streamFindUntil.adoc +++ b/Language/Functions/Communication/Stream/streamFindUntil.adoc @@ -29,7 +29,11 @@ This function is part of the Stream class, and is called by any class that inher [float] === Parameters -`stream.findUntil(target, terminal)` +`stream` : an instance of a class that inherits from Stream + +`target` : the string to search for (char) + +`terminal` : the terminal string in the search (char) [float] === Returns