[objc] Fix parameter name in documentation. (#14330)

Fix mismatch between documented and actual parameter name.
This commit is contained in:
Edward Chen 2023-01-18 16:54:59 -08:00 committed by GitHub
parent 904e63633a
commit 20e164786e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ NS_ASSUME_NONNULL_BEGIN
* See https://github.com/microsoft/onnxruntime/blob/342a5bf2b756d1a1fc6fdc582cfeac15182632fe/onnxruntime/test/testdata/custom_op_library/custom_op_library.cc#L115
* for an example of a custom op library registration function.
*
* @param registration_func_name The name of the registration function to call.
* @param registrationFuncName The name of the registration function to call.
* @param error Optional error information set if an error occurs.
* @return Whether the registration function was successfully called.
*/