From a2fe5f2db48cb3fea0409279654d24a089d0443e Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sat, 13 Dec 2014 14:17:32 -0800 Subject: [PATCH] Fix interfaces typo --- examples/interfaces/interfaces.go | 2 +- examples/interfaces/interfaces.hash | 4 ++-- public/interfaces | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/interfaces/interfaces.go b/examples/interfaces/interfaces.go index 20e6020..eda6539 100644 --- a/examples/interfaces/interfaces.go +++ b/examples/interfaces/interfaces.go @@ -56,7 +56,7 @@ func main() { // The `circle` and `square` struct types both // implement the `geometry` interface so we can use // instances of - // these structs as arguments to `measure. + // these structs as arguments to `measure`. measure(s) measure(c) } diff --git a/examples/interfaces/interfaces.hash b/examples/interfaces/interfaces.hash index 2f3f3db..cc601b5 100644 --- a/examples/interfaces/interfaces.hash +++ b/examples/interfaces/interfaces.hash @@ -1,2 +1,2 @@ -853be73c5685a0510da77c22c64727afa7fb0581 -vx8bwC-Bmq +9bafbade1f5effc38be233c3fd12cbdd7c6e226d +guxTzcucR- diff --git a/public/interfaces b/public/interfaces index 2064108..2007c74 100644 --- a/public/interfaces +++ b/public/interfaces @@ -40,7 +40,7 @@ signatures.

- +
package main
 
@@ -172,7 +172,7 @@ to work on any geometry.

The circle and square struct types both implement the geometry interface so we can use instances of -these structs as arguments to measure.

+these structs as arguments to measure.