We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda61d3 commit 2443e93Copy full SHA for 2443e93
Readme.md
@@ -225,9 +225,9 @@ let c = add(1, 2) // c is number
225
226
### Methods
227
228
-A function can be method if it's bound to an object using the "Golang approach":
+A function can be method if it's bound to an object using the "Golang-like approach":
229
```
230
-# The binding is done with type alias
+# The binding is done with object type alias
231
232
// step 1. Declare type alias
233
type Point2 = {
0 commit comments