Skip to content

Commit 6f333ef

Browse files
authored
Merge pull request #16 from trang1618/patch-1
Thank you for correcting the typo. We are very happy that you like our site :)
2 parents 222b6ed + 84ec6ba commit 6f333ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/lecture_02/scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ code_local = """
8080
s = 0
8181
for i = 1:10
8282
t = 1 + i # new local variable t
83-
local s = t # assigning a new value to the global variable
83+
local s = t # assigning a new value to the local variable
8484
end
8585
s
8686
"""

0 commit comments

Comments
 (0)