Updated comments

This commit is contained in:
Prianka Liz Kariat 2022-12-22 01:02:07 +05:30
parent 1491b3f5a2
commit 1de3694175

View File

@ -51,9 +51,9 @@ extern NSString *const MPPTasksErrorDomain;
description:(NSString *)description; description:(NSString *)description;
/** /**
* Converts an absl status to an NSError. * Converts an absl::Status to an NSError.
* *
* @param status absl status. * @param status absl::Status.
* @param error Pointer to the memory location where the created error should be saved. If `nil`, * @param error Pointer to the memory location where the created error should be saved. If `nil`,
* no error will be saved. * no error will be saved.
*/ */
@ -68,7 +68,7 @@ extern NSString *const MPPTasksErrorDomain;
* @param error Pointer to the memory location where errors if any should be saved. If `nil`, no * @param error Pointer to the memory location where errors if any should be saved. If `nil`, no
* error will be saved. * error will be saved.
* *
* @return Pointer to the allocated block of memory on successfull allocation. nil in case as * @return Pointer to the allocated block of memory on successfull allocation. `nil` in case as
* error is encountered because of invalid memSize. If failure is due to any other reason, method * error is encountered because of invalid memSize. If failure is due to any other reason, method
* terminates program execution. * terminates program execution.
*/ */