typos fixed

This commit is contained in:
Jerry Zhao
2015-06-04 20:35:28 +10:00
committed by James Miranda
parent de4a8adc96
commit b85a038539
5 changed files with 7 additions and 7 deletions

View File

@@ -181,7 +181,7 @@ An empty interface is an interface that doesn't contain any methods, so all type
a = i
a = s
If a function uses an empty interface as its argument type, it can accept any type; if a function uses empty as its return value type, it can return any type.
If a function uses an empty interface as its argument type, it can accept any type; if a function uses empty interface as its return value type, it can return any type.
### Method arguments of an interface