Skip to content

Commit

Permalink
CST1229/zip: fix going to / (#755)
Browse files Browse the repository at this point in the history
* CST1229/zip: fix going to root

* CST1229/zip: add sentence about going to .. and / in docs
  • Loading branch information
CST1229 committed Jul 18, 2023
1 parent 0be0311 commit 3b38982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/CST1229/zip.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion website/CST1229/zip.html
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ <h3 id="goto-dir">
</h3>
<p>
Moves the current directory (the default origin of most file operations)
to the speficied directory. If it doesn't exist, this block will do nothing.
to the specified directory. If it doesn't exist, this block will do nothing.
Use <code>..</code> to go to the previous (parent) directory, and
<code>/</code> to go to the root.
</p>

<h3 id="dir-contents">
Expand Down

0 comments on commit 3b38982

Please sign in to comment.