Skip to content

Commit 4255b8a

Browse files
committed
oops
1 parent e8bb94d commit 4255b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ moving file1.txt to file2.txt
222222
Oh crap, that's not what we wanted at all. We have just lost the
223223
original `file2.txt`!
224224

225-
The problem was that now `overwrite` was `'file2.txt'`, and the
225+
The problem was that now `overwrite` was `'file3.txt'`, and the
226226
`if overwrite` part [treated the string as
227227
True](../basics/what-is-true.md) and deleted the file. That's not nice.
228228

0 commit comments

Comments
 (0)