File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Crashlytics/Crashlytics/Public/FirebaseCrashlytics Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ NS_SWIFT_NAME(Crashlytics)
5959 * Adds logging that is sent with your crash data. The logging does not appear in app
6060 * logs and is only visible in the Crashlytics dashboard.
6161 *
62- * @param format Format of string
63- * @param ... A comma-separated list of arguments to substitute into format
62+ * @param format The format of the string, followed by a comma-separated list
63+ * of arguments to substitute into the format.
6464 */
6565- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2);
6666
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ NS_SWIFT_NAME(CrashlyticsReport)
5656 * Adds logging that is sent with your crash data. The logging does not appear in the
5757 * system.log and is only visible in the Crashlytics dashboard.
5858 *
59- * @param format Format of string
60- * @param ... A comma-separated list of arguments to substitute into format
59+ * @param format The format of the string, followed by a comma-separated list
60+ * of arguments to substitute into the format.
6161 */
6262- (void )logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1 , 2 );
6363
You can’t perform that action at this time.
0 commit comments