From 0e4347c1031e9024e42da24f08ff2472bb4a5a4f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 21 Jun 2023 10:02:40 +1000 Subject: [PATCH] tweak --- getting-started/runner-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/runner-library.md b/getting-started/runner-library.md index 8c515a9..34c54d7 100644 --- a/getting-started/runner-library.md +++ b/getting-started/runner-library.md @@ -28,7 +28,7 @@ This is used to load an external bytecode file into an opaque variable. This function does a lot of work: -* It validates the file path using the drive syntax (see above) +* It validates the file path using the drive syntax * It constructs and intializes an Interpreter * It packages it all into an opaque variable and returns it