Skip to content

Commit b250044

Browse files
committed
fix typo
1 parent d0c87ae commit b250044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack-core/src/main/java/org/msgpack/value/holder/FloatHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public String toString() {
171171
case DOUBLE:
172172
return Double.toString(value);
173173
default:
174-
throw new IllegalStateException("cannto reach here");
174+
throw new IllegalStateException("cannot reach here");
175175
}
176176
}
177177

0 commit comments

Comments
 (0)