typos fixed
This commit is contained in:
committed by
James Miranda
parent
de4a8adc96
commit
b85a038539
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user