Skip to content

Commit 4188317

Browse files
committed
tour: add a missing period
There is a period missing at the end of a sentence in subsection 24 of the Methods and interfaces section of the tour. Fixes golang/tour#1730
1 parent f757959 commit 4188317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_content/tour/methods.article

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ declaration is inside package `image`.
397397

398398
(See [[/pkg/image/#Image][the documentation]] for all the details.)
399399

400-
The `color.Color` and `color.Model` types are also interfaces, but we'll ignore that by using the predefined implementations `color.RGBA` and `color.RGBAModel`. These interfaces and types are specified by the [[/pkg/image/color/][image/color package]]
400+
The `color.Color` and `color.Model` types are also interfaces, but we'll ignore that by using the predefined implementations `color.RGBA` and `color.RGBAModel`. These interfaces and types are specified by the [[/pkg/image/color/][image/color package]].
401401

402402
.play methods/images.go
403403

0 commit comments

Comments
 (0)