Skip to content

Commit cb425b8

Browse files
committed
Fix callout syntax
1 parent 529aecf commit cb425b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ internal constructor(
225225
*
226226
* _This flag is set to `false` by default._
227227
*
228-
* > **Important:** Replay protection is not currently supported for the FirebaseAI backend. >
229-
* While this feature is being developed, you can still migrate to using > limited-use tokens.
230-
* Because limited-use tokens are backwards compatible, you can still > use them without replay
231-
* protection. Due to their shorter TTL over standard App Check > tokens, they still provide a
232-
* security benefit. > Migrating to limited-use tokens sooner minimizes disruption when support
233-
* for replay > protection is added.
228+
* **Important:** Replay protection is not currently supported for the FirebaseAI backend.
229+
* While this feature is being developed, you can still migrate to using limited-use tokens.
230+
* Because limited-use tokens are backwards compatible, you can still use them without replay
231+
* protection. Due to their shorter TTL over standard App Check tokens, they still provide a
232+
* security benefit. Migrating to limited-use tokens sooner minimizes disruption when support
233+
* for replay protection is added.
234234
*/
235235
@JvmStatic
236236
@JvmOverloads

0 commit comments

Comments
 (0)