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