From 49dd14399346d691ae2d8b2e2a7b0c6f22cc87e8 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Thu, 27 Aug 2015 16:22:32 +0200 Subject: [PATCH] Fix typo in c2.5 of the English version --- en/02.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/02.5.md b/en/02.5.md index cc50b8af..38acb66b 100644 --- a/en/02.5.md +++ b/en/02.5.md @@ -204,7 +204,7 @@ We define some constants and customized types. Then we defined some methods for our customized types. -- Volume() uses Box as its receiver and returns volume of Box. +- Volume() uses Box as its receiver and returns the volume of Box. - SetColor(c Color) changes Box's color. - BiggestsColor() returns the color which has the biggest volume. - PaintItBlack() sets color for all Box in BoxList to black.