Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 156bc36

Browse files
committed
Fixed typo
1 parent 773c778 commit 156bc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public enum Feature // implements FormatFeature // for 2.7
9797
* Whether for string containing newlines a <a href="http://www.yaml.org/spec/1.2/spec.html#style/block/literal">literal block style</a>
9898
* should be used. This automatically enabled when {@link #MINIMIZE_QUOTES} is set.
9999
* <p>
100-
* The content of such strinfs is limited to printable characters according to the rules of
100+
* The content of such strings is limited to printable characters according to the rules of
101101
* <a href="http://www.yaml.org/spec/1.2/spec.html#style/block/literal">literal block style</a>.
102102
*/
103103
LITERAL_BLOCK_STYLE(false)

0 commit comments

Comments
 (0)