Skip to content

Commit fd908f2

Browse files
committed
update comment
1 parent ec2b6f6 commit fd908f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cinchapi/common/base/AnyStrings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ else if(i == size - 1 && c == 'D' && size > 1) {
774774
return Double.valueOf(value.substring(0, i));
775775
}
776776
else if((c == 'E' || c == 'e') && i < size - 1) {
777-
// CO-627: Account for valid representations of scientific
777+
// CON-627: Account for valid representations of scientific
778778
// notation
779779
if(!scientific) {
780780
scientific = true;

0 commit comments

Comments
 (0)