Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Abril <[email protected]>
  • Loading branch information
imaqtkatt and developedby authored Mar 15, 2024
1 parent 2dabbfb commit b842a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A let term binds some value to the next term, in this case `(* result 2)`:
let result = (+ 1 2); (* result 2)
```

The use term inline clones of some value to the next term:
The `use` term inlines clones of some value to the next term:
```rs
use result = (+ 1 2); (* result result)

Expand Down

0 comments on commit b842a70

Please sign in to comment.