README.rdoc in attribute_predicates-0.1.0 vs README.rdoc in attribute_predicates-0.1.1
- old
+ new
@@ -68,10 +68,10 @@
end
end
==== attr_reader
-This method is equivalent to calling <tt>battr(symbol, false)</tt> on each symbol in
+This method is equivalent to calling <tt>attr(symbol, false)</tt> on each symbol in
turn. For example,
module Mod
attr_reader :is_good, :is_bad
end