From a472d05dcfa8f6e0dfb18cd14a539627fd11efd3 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Mon, 5 Oct 2015 11:59:27 -0400 Subject: [PATCH] Fix typographical error(s) Changed certian to certain in README. --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 3ac99e1d..b1fb3897 100644 --- a/README.rdoc +++ b/README.rdoc @@ -585,7 +585,7 @@ Chingus trait-implementation is just ordinary ruby modules with 3 special method - draw_trait Each of those 3 methods must call "super" to continue the trait-chain. -Inside a certian trait-module you can also have a module called ClassMethods, methods inside that module will be added, +Inside a certain trait-module you can also have a module called ClassMethods, methods inside that module will be added, yes you guessed it, as class methods. If initialize_trait is defined inside ClassMethods it will be called class-evaluation time (basicly on the trait :some_trait line).