Skip to content

Commit

Permalink
Fix typo, descripton -> description
Browse files Browse the repository at this point in the history
Found via `typos --format brief`
  • Loading branch information
kianmeng committed Feb 29, 2024
1 parent 7edf4b4 commit 6bebacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/binding_of_caller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def @o.meth
end
end

describe "#frame_descripton" do
describe "#frame_description" do
it 'can be called on ordinary binding without raising' do
expect { binding.frame_description }.not_to raise_error
end
Expand Down

0 comments on commit 6bebacd

Please sign in to comment.