Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/yaml/serialization_spec.cr
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ describe "YAML serialization" do
String.from_yaml("hello".to_yaml).should eq("hello")
end

it "does for String withs stars (#3353)" do
it "does for String with stars (#3353)" do
String.from_yaml("***".to_yaml).should eq("***")
end

0 comments on commit a84078a

Please sign in to comment.