We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3584063 commit 19b97c5Copy full SHA for 19b97c5
docs/performance/getting-started.md
@@ -63,7 +63,7 @@ If the `orComplete` option is passed it will complete the trace when the observa
63
64
### `traceWhile(name, test: (T) => Boolean, options?)`
65
66
-Trace the observable between emissions that pass and then fail the provided test.
+Starting with an emission that passes the provided test, trace until an emission fails the test.
67
68
If the `orComplete` option is passed it will complete any existing trace when the observable completes.
69
0 commit comments