Skip to content

Commit a8bc381

Browse files
authored
Fix typo in header comment (#5406)
1 parent cc883f5 commit a8bc381

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
@@ -40,7 +40,7 @@ NS_SWIFT_NAME(ServerValue)
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
4242
* arithmetic and representation of double values follow IEEE 754 semantics. If
43-
* there is positive/negative integer overflow, the sum is calculated as a a
43+
* there is positive/negative integer overflow, the sum is calculated as a
4444
* double.
4545
*
4646
* @param delta the amount to modify the current value atomically.

0 commit comments

Comments
 (0)