add missing note header

off topic change
This commit is contained in:
Lupus590 2022-06-09 07:46:20 +01:00
parent 19e2afc6a6
commit f583df3392
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
* {@link #copy} and {@link #delete}.</li>
* </ul>
*
* :::note
* :::note Absolute vs relative paths
* All functions in the API work on absolute paths, and do not take the @{shell.dir|current directory} into account.
* You can use @{shell.resolve} to convert a relative path into an absolute one.
* :::