From 623da5d0934e4dbb93e26d0aef3f776cd707c8fa Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Fri, 26 Oct 2012 07:31:18 -0700 Subject: [PATCH] tweak --- examples/interfaces/interfaces.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/interfaces/interfaces.go b/examples/interfaces/interfaces.go index 0db25d4..f22721f 100644 --- a/examples/interfaces/interfaces.go +++ b/examples/interfaces/interfaces.go @@ -1,4 +1,5 @@ -// _Interfaces_ are named collections of methods. +// _Interfaces_ are named collections of method +// signatures. package main