From cd4675894237d5245f58661b9537867b62aaf186 Mon Sep 17 00:00:00 2001 From: John Backus Date: Thu, 20 Aug 2015 11:29:09 -0700 Subject: [PATCH] Fix typo for AST::Meta::Resbody --- lib/mutant/ast/meta/resbody.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/ast/meta/resbody.rb b/lib/mutant/ast/meta/resbody.rb index 040fe1f6..dbefec10 100644 --- a/lib/mutant/ast/meta/resbody.rb +++ b/lib/mutant/ast/meta/resbody.rb @@ -3,7 +3,7 @@ module Mutant # Node meta information mixin module Meta - # Metadata for resbody nods + # Metadata for resbody nodes class Resbody include NamedChildren, Concord.new(:node)