Skip to content

Commit 05cf94d

Browse files
committed
fix docs formatting
1 parent a53ddfc commit 05cf94d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • firebase-firestore/src/main/java/com/google/firebase/firestore/pipeline

firebase-firestore/src/main/java/com/google/firebase/firestore/pipeline/expressions.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6696,10 +6696,8 @@ abstract class Expression internal constructor() {
66966696
* ```
66976697
*
66986698
* @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-
* ```
6699+
* @return A new [BooleanExpression] that evaluates to true if the expression's result is of the
6700+
* given type, false otherwise.
67036701
*/
67046702
fun isType(type: String): BooleanExpression = Companion.isType(this, type)
67056703

0 commit comments

Comments
 (0)