From f583df3392ee42b0a3ae3f4ebd978c1d7eaac47c Mon Sep 17 00:00:00 2001 From: Lupus590 Date: Thu, 9 Jun 2022 07:46:20 +0100 Subject: [PATCH] add missing note header off topic change --- src/main/java/dan200/computercraft/core/apis/FSAPI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dan200/computercraft/core/apis/FSAPI.java b/src/main/java/dan200/computercraft/core/apis/FSAPI.java index 92b6d2b93..155e136b6 100644 --- a/src/main/java/dan200/computercraft/core/apis/FSAPI.java +++ b/src/main/java/dan200/computercraft/core/apis/FSAPI.java @@ -44,7 +44,7 @@ * {@link #copy} and {@link #delete}. * * - * :::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. * :::