diff --git a/build.gradle b/build.gradle index 7a4621507..d40ae19ce 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ dependencies { testModImplementation sourceSets.main.output - cctJavadoc 'cc.tweaked:cct-javadoc:1.4.1' + cctJavadoc 'cc.tweaked:cct-javadoc:1.4.2' } // Compile tasks diff --git a/src/main/java/dan200/computercraft/core/apis/FSAPI.java b/src/main/java/dan200/computercraft/core/apis/FSAPI.java index 9e1059545..6c3fd3522 100644 --- a/src/main/java/dan200/computercraft/core/apis/FSAPI.java +++ b/src/main/java/dan200/computercraft/core/apis/FSAPI.java @@ -484,7 +484,7 @@ public class FSAPI implements ILuaAPI * * This string is formatted like a normal path string, but can include any * number of wildcards ({@code *}) to look for files matching anything. - * For example, {@code rom/* /command*} will look for any path starting with + * For example, rom/*/command* will look for any path starting with * {@code command} inside any subdirectory of {@code /rom}. * * @param path The wildcard-qualified path to search for.