Skip to content

Commit baa3b10

Browse files
committed
minor
1 parent c5ce870 commit baa3b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/developing/creating-a-subgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ calls:
379379

380380
Details for the example above:
381381

382-
- ` global0X128` is the declared `eth_call`.
382+
- `global0X128` is the declared `eth_call`.
383383
- The text (`global0X128`) is the label for this `eth_call` which is used when logging errors.
384384
- The text (`Pool[event.address].feeGrowthGlobal0X128()`) is the actual `eth_call` that will be executed, which is in the form of `Contract[address].function(arguments)`
385385
- The `address` and `arguments` can be replaced with variables that will be available when the handler is executed.

0 commit comments

Comments
 (0)