From 03cf0412f0deb04e2166c68abfe6902d95a87997 Mon Sep 17 00:00:00 2001 From: Emanuel Andersson Date: Mon, 16 Sep 2013 22:08:05 +0200 Subject: [PATCH] Clearer term. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f266f7..5d350f5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ hash.close logwriter.open? || logreader.open? || hash.open? # => false ``` -Both ```Logreader```and ```Hash``` includes [Enumerable](http://ruby-doc.org/core-2.0.0/Enumerable.html). +Both ```Logreader```and ```Hash``` mixin [Enumerable](http://ruby-doc.org/core-2.0.0/Enumerable.html). ## Contributing