Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Firebase/Database/Public/FIRServerValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NS_SWIFT_NAME(ServerValue)
* set the data to the delta value. If either of the delta value or the existing
* data are doubles, both values will be interpreted as doubles. Double
* arithmetic and representation of double values follow IEEE 754 semantics. If
* there is positive/negative integer overflow, the sum is calculated as a a
* there is positive/negative integer overflow, the sum is calculated as a
* double.
*
* @param delta the amount to modify the current value atomically.
Expand Down