Skip to content

Commit bd27a77

Browse files
authored
[ABT] Fix documentation wording in AbtExperimentInfo (#8369)
Replace the abbreviation "e.g." with "for example" in the Javadoc for the experimentInfoMap parameter to improve readability. NO_RELEASE_CHANGE
1 parent 05ceaff commit bd27a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firebase-abt/src/main/java/com/google/firebase/abt/AbtExperimentInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public AbtExperimentInfo(
149149
*
150150
* @param experimentInfoMap A {@link Map} that contains all the keys specified in {@link
151151
* #ALL_REQUIRED_KEYS}. The values of each key must be convertible to the appropriate type,
152-
* e.g., the value for {@link #EXPERIMENT_START_TIME_KEY} must be an ISO 8601 Date string.
152+
* for example, the value for {@link #EXPERIMENT_START_TIME_KEY} must be an ISO 8601 Date string.
153153
* @return An {@link AbtExperimentInfo} with the values of the experiment in {@code
154154
* experimentInfoMap}.
155155
* @throws AbtException If one of the keys is missing, or any of the values cannot be converted to

0 commit comments

Comments
 (0)