Skip to content

Commit

Permalink
Updated AddressParts.java to remove i.e. and replace with for example.
Browse files Browse the repository at this point in the history
#185083045
  • Loading branch information
enyia21 authored and cy-by committed Oct 11, 2023
1 parent 245e243 commit f9641e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/formflow/library/inputs/AddressParts.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public enum AddressParts {
*/
CITY("City"),
/**
* The State value stored as the state code, a two character String, i.e. "IL", "CA", etc.
* The State value stored as the state code, a two character String, for example, "IL", "CA", etc.
*/
STATE("State"),
/**
Expand Down

0 comments on commit f9641e9

Please sign in to comment.