From 6bebacd02ff06c2b2bac8b9d46e9dcca6a95f12b Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 29 Feb 2024 14:11:00 +0800 Subject: [PATCH] Fix typo, descripton -> description Found via `typos --format brief` --- spec/binding_of_caller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/binding_of_caller_spec.rb b/spec/binding_of_caller_spec.rb index b04faef..425186c 100644 --- a/spec/binding_of_caller_spec.rb +++ b/spec/binding_of_caller_spec.rb @@ -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