File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export abstract class Filter {
94
94
/**
95
95
* Creates and returns a new [Filter]{@link Filter} that is a
96
96
* conjunction of the given {@link Filter}s. A conjunction filter includes
97
- * a document if it satisfies any of the given {@link Filter}s.
97
+ * a document if it satisfies all of the given {@link Filter}s.
98
98
*
99
99
* The returned Filter can be applied to [Query.where()]{@link Query#where},
100
100
* [Filter.or()]{@link Filter#or}, or [Filter.and()]{@link Filter#and}. When
Original file line number Diff line number Diff line change @@ -2513,7 +2513,7 @@ declare namespace FirebaseFirestore {
2513
2513
/**
2514
2514
* Creates and returns a new [Filter]{@link Filter} that is a
2515
2515
* conjunction of the given {@link Filter}s. A conjunction filter includes
2516
- * a document if it satisfies any of the given {@link Filter}s.
2516
+ * a document if it satisfies all of the given {@link Filter}s.
2517
2517
*
2518
2518
* The returned Filter can be applied to [Query.where()]{@link Query#where},
2519
2519
* [Filter.or()]{@link Filter#or}, or [Filter.and()]{@link Filter#and}. When
You can’t perform that action at this time.
0 commit comments