Fix typo for AST::Meta::Resbody

This commit is contained in:
John Backus 2015-08-20 11:29:09 -07:00
parent 15ced2aed0
commit cd46758942

View file

@ -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)