Skip to content

Commit a92daeb

Browse files
committed
fix javadoc typo
1 parent a64561a commit a92daeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/core/SerializableString.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface SerializableString
3131

3232
/**
3333
* Returns length of the (unquoted) String as characters.
34-
* Functionally equvalent to:
34+
* Functionally equivalent to:
3535
*<pre>
3636
* getValue().length();
3737
*</pre>

0 commit comments

Comments
 (0)