Skip to content

Commit 08b8ad7

Browse files
authored
Merge pull request #503 from per1234/stream_finduntil-parameters
Document the parameters of Stream.findUntil()
2 parents 39d87b4 + e4c8189 commit 08b8ad7

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)