Skip to content

Commit 1586fee

Browse files
Update src/objectivec/include/ort_genai_objc.h
Co-authored-by: Edward Chen <[email protected]>
1 parent 9ffb63e commit 1586fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/objectivec/include/ort_genai_objc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ typedef NS_ENUM(NSInteger, OGAElementType) {
201201
* Retrieve the sequence count at the given index.
202202
* @param index The index needed.
203203
* @param error Optional error information set if an error occurs.
204-
* @return The sequence count at the given index, or nil if an error occurs.
204+
* @return The sequence count at the given index, or size_t(-1) if an error occurs.
205205
*/
206206
- (size_t)sequenceCountAtIndex:(size_t)index
207207
error:(NSError**)error;

0 commit comments

Comments
 (0)