Skip to content

Commit 19b97c5

Browse files
committed
Work on traceWhile description a bit more
1 parent 3584063 commit 19b97c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/performance/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If the `orComplete` option is passed it will complete the trace when the observa
6363

6464
### `traceWhile(name, test: (T) => Boolean, options?)`
6565

66-
Trace the observable between emissions that pass and then fail the provided test.
66+
Starting with an emission that passes the provided test, trace until an emission fails the test.
6767

6868
If the `orComplete` option is passed it will complete any existing trace when the observable completes.
6969

0 commit comments

Comments
 (0)