We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c757a commit 6864f17Copy full SHA for 6864f17
1 file changed
component-model/src/design/wit.md
@@ -300,7 +300,7 @@ resource blob {
300
301
As shown in the `blob` example, a resource can contain:
302
303
-- _methods_: functions that implicitly take a `self` parameter that is a handle.
+- _methods_: functions that implicitly take a `self` (AKA `this`) parameter that is a handle.
304
(Some programming languages use the `this` keyword instead of `self`.)
305
`read` and `write` are methods.
306
- _static functions_: functions which do not have an implicit `self` parameter
0 commit comments