Skip to content

Commit 6864f17

Browse files
Update component-model/src/design/wit.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 63c757a commit 6864f17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/design

component-model/src/design/wit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ resource blob {
300300

301301
As shown in the `blob` example, a resource can contain:
302302

303-
- _methods_: functions that implicitly take a `self` parameter that is a handle.
303+
- _methods_: functions that implicitly take a `self` (AKA `this`) parameter that is a handle.
304304
(Some programming languages use the `this` keyword instead of `self`.)
305305
`read` and `write` are methods.
306306
- _static functions_: functions which do not have an implicit `self` parameter

0 commit comments

Comments
 (0)