Skip to content

Commit 2443e93

Browse files
committed
small fix
1 parent eda61d3 commit 2443e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ let c = add(1, 2) // c is number
225225

226226
### Methods
227227

228-
A function can be method if it's bound to an object using the "Golang approach":
228+
A function can be method if it's bound to an object using the "Golang-like approach":
229229
```
230-
# The binding is done with type alias
230+
# The binding is done with object type alias
231231
232232
// step 1. Declare type alias
233233
type Point2 = {

0 commit comments

Comments
 (0)