From 9744332c07215f6a6e77dc3cef7e119419d85455 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Mon, 9 Mar 2015 14:18:31 +0000 Subject: [PATCH] Typo :-/ --- chapters/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/tools.md b/chapters/tools.md index b52a700..75e1cef 100644 --- a/chapters/tools.md +++ b/chapters/tools.md @@ -102,7 +102,7 @@ change any attributes that are marked as read-write. ### Generated methods You'll see from the previous example that Moose has generated some -methods for use. Firstly we get a `new()` method that constructs a new +methods for us. Firstly we get a `new()` method that constructs a new instance of the class (an object). Moose's `new()` method checks that all mandatory attributes have been given (using the `required` property) and also checks that the attributes are all of the correct