From c08cf6e124cdc086b1c5d5e13bba1d703d6b3ce4 Mon Sep 17 00:00:00 2001 From: Austin Feight Date: Wed, 27 Sep 2017 21:17:19 -0400 Subject: [PATCH] fix documentation warning --- Objective-Zip/OZZipException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-Zip/OZZipException.h b/Objective-Zip/OZZipException.h index 80367b4..7123b10 100644 --- a/Objective-Zip/OZZipException.h +++ b/Objective-Zip/OZZipException.h @@ -39,7 +39,7 @@ extern const NSInteger OZ_ERROR_NO_SUCH_FILE; /** @brief OZZipException is a custom exception type to quickly discern between error originated during the zip/unzip process or elsewhere. -

All exceptions thrown by Objective-Zip are of OZZipException type.

+

All exceptions thrown by Objective-Zip are of OZZipException type.

*/ @interface OZZipException : NSException