Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/optional/capi/string_spec.rb
Original file line number Diff line number Diff line change
@@ -389,7 +389,7 @@ def to_str
ret.should == str
end

it "returns a pointer to the contents of enocded pointer-sized string" do
it "returns a pointer to the contents of encoded pointer-sized string" do
s = "70パク".
encode(Encoding::UTF_16LE).
force_encoding(Encoding::UTF_16LE).

0 comments on commit d896480

Please sign in to comment.