fix typo
This commit is contained in:
parent
a83e897ad7
commit
da51a42a8b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
def main() -> ():
|
||||
// declare and define a
|
||||
// declare and define `my_variable`
|
||||
field my_variable = 2
|
||||
// redefine a
|
||||
// redefine `my_variable`
|
||||
my_variable = 3
|
||||
return
|
Loading…
Reference in a new issue