Skip to content
This repository was archived by the owner on May 23, 2020. It is now read-only.

Commit 9d01e2b

Browse files
Update README.md
1 parent b3fad14 commit 9d01e2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ add dollar sign($) in the start of variable name.
3939
$global = 100
4040
def changeit
4141
$global = 0
42-
end
43-
$global #100
44-
changeit
45-
$global #0
42+
end
43+
$global #100
44+
changeit
45+
$global #0
4646
```

0 commit comments

Comments
 (0)