@@ -67,13 +67,13 @@ * repeating timer. */ @property (readonly, nonatomic) OFTimeInterval timeInterval; /** - * @brief Whether the timer is repeating. + * @brief Whether the timer repeats. */ -@property (readonly, nonatomic, getter=isRepeating) bool repeating; +@property (readonly, nonatomic) bool repeats; /** * @brief Whether the timer is valid. */ @property (readonly, nonatomic, getter=isValid) bool valid;