Skip to content

Commit a5a17c8

Browse files
Fixed code comment.
1 parent 17c1db5 commit a5a17c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

OptimizelySDKUserProfile/OptimizelySDKUserProfile/OPTLYUserProfile.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/**
4242
* Saves a user ID's project-to-experiment-to-variation mapping.
4343
*
44-
* @param userId The user id that was used to generate the bucket value.
44+
* @param userId The user ID that was used to generate the bucket value.
4545
* @param experimentKey An active experiment for which the user should be bucketed into.
4646
* @param variationKey The bucketed variation key.
4747
*
@@ -51,9 +51,9 @@
5151
variation:(nonnull NSString *)variationKey;
5252

5353
/**
54-
* Gets the saved variation for a given user id, project id, and experiment key.
54+
* Gets the saved variation for a given user ID, project ID, and experiment key.
5555
*
56-
* @param userId The user id that was used to generate the bucket value.
56+
* @param userId The user ID that was used to generate the bucket value.
5757
* @param experimentKey An active experiment which the user was bucketed into.
5858
* @returns The variation that the user was bucketed into for the given project id and experiment key.
5959
*
@@ -62,9 +62,9 @@
6262
experiment:(nonnull NSString *)experimentKey;
6363

6464
/**
65-
* Removes a user id's project-to-experiment-to-variation mapping.
65+
* Removes a user ID's project-to-experiment-to-variation mapping.
6666
*
67-
* @param userId The user id that was used to generate the bucket value.
67+
* @param userId The user ID that was used to generate the bucket value.
6868
* @param experimentKey An active experiment for which the user should be bucketed into.
6969
*
7070
**/
@@ -73,7 +73,7 @@
7373

7474
/**
7575
* Cleans and removes all bucketing mapping for specific userId.
76-
* @param userId The user id to remove all bucketing value.
76+
* @param userId The user ID to remove all bucketing value.
7777
**/
7878
- (void)removeUserExperimentRecordsForUser:(nonnull NSString *)userId;
7979

0 commit comments

Comments
 (0)