Fix a tautology / typo

This commit is contained in:
Ruslan Bredikhin
2015-05-08 14:30:32 -04:00
committed by James Miranda
parent 7543419f7e
commit 02715c33d8

View File

@@ -1,6 +1,6 @@
# Object-oriented
We talked about functions and structs in the last two sections, but did you ever consider using functions as fields of a struct? In this section, I will introduce you to another form of method that has a receiver, which is called `method`.
We talked about functions and structs in the last two sections, but did you ever consider using functions as fields of a struct? In this section, I will introduce you to another form of function that has a receiver, which is called `method`.
## method