8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bb94d commit 4255b8aCopy full SHA for 4255b8a
advanced/functions.md
@@ -222,7 +222,7 @@ moving file1.txt to file2.txt
222
Oh crap, that's not what we wanted at all. We have just lost the
223
original `file2.txt`!
224
225
-The problem was that now `overwrite` was `'file2.txt'`, and the
+The problem was that now `overwrite` was `'file3.txt'`, and the
226
`if overwrite` part [treated the string as
227
True](../basics/what-is-true.md) and deleted the file. That's not nice.
228
0 commit comments