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 12077ec commit 2697fcdCopy full SHA for 2697fcd
website/pages/en/developing/assemblyscript-api.mdx
@@ -321,8 +321,8 @@ The following code will load the `Token` entity that the `Holder` entity was der
321
322
```typescript
323
let holder = Holder.load('test-id')
324
-// Load the Token entity that the Holder entity was derived from
325
-let token = holder.tokens.load()
+// Load the Token entities associated with a given holder
+let tokens = holder.tokens.load()
326
```
327
328
#### Updating existing entities
0 commit comments