From 4188317ec15a310018d40512c0864d685d682bac Mon Sep 17 00:00:00 2001 From: Justin O'Dwyer Date: Thu, 22 May 2025 14:41:13 -0400 Subject: [PATCH] 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 --- _content/tour/methods.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_content/tour/methods.article b/_content/tour/methods.article index f46b05a419..51a71fe77c 100644 --- a/_content/tour/methods.article +++ b/_content/tour/methods.article @@ -397,7 +397,7 @@ declaration is inside package `image`. (See [[/pkg/image/#Image][the documentation]] for all the details.) -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]] +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]]. .play methods/images.go