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 a53ddfc commit 05cf94dCopy full SHA for 05cf94d
1 file changed
firebase-firestore/src/main/java/com/google/firebase/firestore/pipeline/expressions.kt
@@ -6696,10 +6696,8 @@ abstract class Expression internal constructor() {
6696
* ```
6697
*
6698
* @param type The type to check for.
6699
- * @return A new [BooleanExpression] that evaluates to true if the expression's result is of
6700
- * ```
6701
- * the given type, false otherwise.
6702
+ * @return A new [BooleanExpression] that evaluates to true if the expression's result is of the
+ * given type, false otherwise.
6703
*/
6704
fun isType(type: String): BooleanExpression = Companion.isType(this, type)
6705
0 commit comments