Skip to content

Commit 30bf73e

Browse files
authored
future.h: Fix minor typo in the docs for FutureBase (#794)
1 parent 428e197 commit 30bf73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/include/firebase/future.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class FutureHandle {
114114
/// pointers to its Futures. Therefore, all Futures must be destroyed
115115
/// *before* the API is destroyed.
116116
/// - Futures can be moved or copied. Call results are reference counted,
117-
/// and are destroyed when they are long longer referenced by any Futures.
117+
/// and are destroyed when they are no longer referenced by any Futures.
118118
/// - The actual `Status`, `Error`, and `Result` values are kept inside the
119119
/// API. This makes synchronization and data management easier.
120120
///

0 commit comments

Comments
 (0)