@@ -120,13 +120,13 @@ /*! * @brief Suspends execution of the current thread for the specified time * interval. * - * @param seconds The number of seconds to sleep + * @param timeInterval The number of seconds to sleep */ -+ (void)sleepForTimeInterval: (double)seconds; ++ (void)sleepForTimeInterval: (of_time_interval_t)timeInterval; /*! * @brief Suspends execution of the current thread until the specified date. * * @param date The date to wait for