From c530401083c06a7a022c874568091b91962e4709 Mon Sep 17 00:00:00 2001 From: Arthur Petukhovsky Date: Mon, 16 Jul 2018 00:13:14 +0300 Subject: [PATCH] Fix markdown code line --- 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 5d62e0dc..d0d45853 100644 --- a/en/02.5.md +++ b/en/02.5.md @@ -216,7 +216,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 the volume of Box. -- `SetColor(`c Color) changes Box's color. +- `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. - `String()` use Color as its receiver, returns the string format of color name.