Minor documentation improvement
FossilOrigin-Name: 4a11efb8df34bdea06109bdcfe411c32a7eaa482e886ec8ead3e89056df0ea70
This commit is contained in:
parent
bc8b24895f
commit
04ce960a67
1 changed files with 4 additions and 4 deletions
|
@ -48,8 +48,8 @@ OF_ASSUME_NONNULL_BEGIN
|
|||
/**
|
||||
* @brief Creates a new SQLite3 exception.
|
||||
*
|
||||
* @param connection The connection for which the exception occurred.
|
||||
* @param errorCode The SQLite3 error code.
|
||||
* @param connection The connection for which the exception occurred
|
||||
* @param errorCode The SQLite3 error code
|
||||
* @return A new, autoreleased SQLite3 exception
|
||||
*/
|
||||
+ (instancetype)exceptionWithConnection: (nullable SL3Connection *)connection
|
||||
|
@ -60,8 +60,8 @@ OF_ASSUME_NONNULL_BEGIN
|
|||
/**
|
||||
* @brief Initializes an already allocated SQLite3 exception.
|
||||
*
|
||||
* @param connection The connection for which the exception occurred.
|
||||
* @param errorCode The SQLite3 error code.
|
||||
* @param connection The connection for which the exception occurred
|
||||
* @param errorCode The SQLite3 error code
|
||||
* @return An initialized SQLite3 exception
|
||||
*/
|
||||
- (instancetype)initWithConnection: (nullable SL3Connection *)connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue