Skip to content

Commit

Permalink
Merge pull request #1050 from herwinw/typo_optonal
Browse files Browse the repository at this point in the history
Typo fix: optonal => optional
  • Loading branch information
hsbt authored Aug 6, 2023
2 parents 9e278f5 + 3c7b16e commit 0bc7813
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 0bc7813

Please sign in to comment.