Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 32dce71

Browse files
authored
[fix] fix variables.mdx example code error (#945)
* fix variables.mdx example code
1 parent 4d44144 commit 32dce71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/nextra/pages/en/build/smart-contracts/book/variables.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ script {
768768
b"hello"; // value is discarded
769769
}
770770
}
771+
}
771772
```
772773

773774
But! If the expression contains a resource (a value without the `drop` [ability](abilities.mdx)),

0 commit comments

Comments
 (0)