diff --git a/packages/firestore/lib/index.d.ts b/packages/firestore/lib/index.d.ts index 8a824a62bf..011bd1c6b6 100644 --- a/packages/firestore/lib/index.d.ts +++ b/packages/firestore/lib/index.d.ts @@ -720,9 +720,9 @@ export namespace FirebaseFirestoreTypes { * }); * ``` * - * Please be careful using this operator. It may not be reliable enough for use in strict accounting, as it - * appears writes may be dropped in situations not fully understood yet, but possibly correlated with increment frequency. - * See https://github.com/invertase/react-native-firebase/discussions/5914 + * Please be careful using this operator. It may not be reliable enough for use in circumstances where absolute accuracy is required, + * as it appears writes to Firestore may sometimes be duplicated in situations not fully understood yet, but possibly correlated with + * write frequency. See https://github.com/invertase/react-native-firebase/discussions/5914 * * @param n The value to increment by. */