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 314f137 commit 42f9a45Copy full SHA for 42f9a45
Firebase/Database/Public/FIRServerValue.h
@@ -35,7 +35,7 @@ NS_SWIFT_NAME(ServerValue)
35
* Returns a placeholder value that can be used to atomically increment the
36
* current database value by the provided delta.
37
*
38
- * The delta must be an long or a double value. If the current value is not an
+ * The delta must be a long or double value. If the current value is not an
39
* integer or double, or if the data does not yet exist, the transformation will
40
* set the data to the delta value. If either of the delta value or the existing
41
* data are doubles, both values will be interpreted as doubles. Double
0 commit comments