Skip to content

Commit

Permalink
Fix link formatting in language ref (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn authored Jul 10, 2024
1 parent b60dad1 commit c92933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ component update_memory() -> () {
}
```

When invoking[invoke] such a component, the calling component must provide a binding for each defined cell:
When [invoking][invoke] such a component, the calling component must provide a binding for each defined cell:
```
component main() -> () {
cells {
Expand Down

0 comments on commit c92933d

Please sign in to comment.