From 1e54d2ee76433cead09dcf8da30030282bb90b81 Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 23 Feb 2024 09:14:12 +0000 Subject: [PATCH] Small fixes --- .../io/xpipe/ext/base/resources/lang/scriptDependencies_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/base/src/main/resources/io/xpipe/ext/base/resources/lang/scriptDependencies_en.md b/ext/base/src/main/resources/io/xpipe/ext/base/resources/lang/scriptDependencies_en.md index 6866d6739..5acf5e512 100644 --- a/ext/base/src/main/resources/io/xpipe/ext/base/resources/lang/scriptDependencies_en.md +++ b/ext/base/src/main/resources/io/xpipe/ext/base/resources/lang/scriptDependencies_en.md @@ -2,4 +2,4 @@ The scripts and script groups to run first. If an entire group is made a dependency, all scripts in this group will be considered as dependencies. -The resolved dependency graph of scripts is flattened, filtered, and made unique, i.e. only compatible scripts will be run and if script would be executed multiple times, it will only be run the first time. +The resolved dependency graph of scripts is flattened, filtered, and made unique. I.e. only compatible scripts will be run and if a script would be executed multiple times, it will only be run the first time.