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 58642b0 commit f9c1d9aCopy full SHA for f9c1d9a
FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m
@@ -19,8 +19,8 @@
19
static const NSTimeInterval k24Hours = 24 * 60 * 60;
20
static const NSTimeInterval k30Minutes = 30 * 60;
21
22
-/** The class represents `FIRInstallationsBackoffController` sate required to calculate next allowed
23
- request time. The properties of the class are intentionally immutable because changing them
+/** The class represents `FIRInstallationsBackoffController` state required to calculate next
+ allowed request time. The properties of the class are intentionally immutable because changing them
24
separately leads to an inconsistent state. */
25
@interface FIRInstallationsBackoffEventData : NSObject
26
0 commit comments