Skip to content

Commit e4c8189

Browse files
committed
Document the parameters of Stream.findUntil()
Previously, the Parameters section contained a copy of the Syntax section.
1 parent 0a26818 commit e4c8189

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Language/Functions/Communication/Stream/streamFindUntil.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ This function is part of the Stream class, and is called by any class that inher
2929

3030
[float]
3131
=== Parameters
32-
`stream.findUntil(target, terminal)`
32+
`stream` : an instance of a class that inherits from Stream
33+
34+
`target` : the string to search for (char)
35+
36+
`terminal` : the terminal string in the search (char)
3337

3438
[float]
3539
=== Returns

0 commit comments

Comments
 (0)