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 58674a8 commit 4a7b301Copy full SHA for 4a7b301
firestore/src/common/futures.h
@@ -56,8 +56,8 @@ Future<T> FailedFuture() {
56
static auto* future = new Future<T>(FailedFuture<T>(
57
Error::kErrorFailedPrecondition,
58
"The object that issued this future is in an invalid state. This can be "
59
- "because:\n- the object was default-constructed and never reassigned;\n"
60
- "- the object was moved from;\n- the Firestore instance with which the "
+ "because the object was default-constructed and never reassigned, "
+ "the object was moved from, or the Firestore instance with which the "
61
"object was associated has been destroyed."));
62
return *future;
63
}
0 commit comments