Skip to content

Commit

Permalink
Typo fix: optonal => optional
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw committed Aug 6, 2023
1 parent 9e278f5 commit 3c7b16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/numeric/clone_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
1.clone.frozen?.should == true
end

it "accepts optonal keyword argument :freeze" do
it "accepts optional keyword argument :freeze" do
value = 1
value.clone(freeze: true).should equal(value)
end
Expand Down

0 comments on commit 3c7b16e

Please sign in to comment.