aboutsummaryrefslogtreecommitdiff
path: root/becomings
diff options
context:
space:
mode:
Diffstat (limited to 'becomings')
-rw-r--r--becomings/test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/becomings/test.go b/becomings/test.go
index 5e68e40..97d3704 100644
--- a/becomings/test.go
+++ b/becomings/test.go
@@ -2,10 +2,10 @@ package main
import "fmt"
-type becomer string
+type becoming string
-func (b becomer) Become() {
+func (b becoming) Become() {
fmt.Println("Success!")
}
-var Become becomer
+var Become becoming