We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56200c3 commit 96edd0eCopy full SHA for 96edd0e
src/constants.ts
@@ -11,7 +11,7 @@ export const SOURCES_OBJECT_ACCEPTING_STATIC_OBSERVABLE_CREATORS = [
11
12
/**
13
* The names of static observable creators
14
- * that accept multiple observables as input.
+ * that accept a collection (array or object) of multiple observables as input.
15
*/
16
export const MULTIPLE_OBSERVABLE_ACCEPTING_STATIC_OBSERVABLE_CREATORS = [
17
'combineLatest',
0 commit comments