Skip to content

Commit 4946d0b

Browse files
morganchen12ryanwilson
authored andcommitted
fix typo in header (#5418)
1 parent ee79c19 commit 4946d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/Database/Public/FIRServerValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ NS_SWIFT_NAME(ServerValue)
3535
* Returns a placeholder value that can be used to atomically increment the
3636
* current database value by the provided delta.
3737
*
38-
* The delta must be an long or a double value. If the current value is not an
38+
* The delta must be a long or double value. If the current value is not an
3939
* integer or double, or if the data does not yet exist, the transformation will
4040
* set the data to the delta value. If either of the delta value or the existing
4141
* data are doubles, both values will be interpreted as doubles. Double

0 commit comments

Comments
 (0)