Skip to content

Commit 2ca6d15

Browse files
committed
Actually, IDs should be NSStrings (to avoid overflow)
1 parent bcf36d7 commit 2ca6d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OctoKit/OCTClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ extern NSString * const OCTClientErrorHTTPStatusCodeKey;
162162
// `user` is set, the signal will error immediately.
163163
- (RACSignal *)fetchUserRepositories;
164164

165-
// Fetches the users corresponding to the given NSNumber IDs.
165+
// Fetches the users corresponding to the given NSString IDs.
166166
//
167167
// This method uses bulk requests to fetch the user objects, which will be more
168168
// efficient than a separate request for each ID.

0 commit comments

Comments
 (0)