From f09d4def2d3ec2601da64991b5429eed70b3089f Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 28 Apr 2019 19:47:09 +0200 Subject: [PATCH] It's AerScript. --- engine/vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/vm.c b/engine/vm.c index 60e0d19..a9bb154 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -9364,7 +9364,7 @@ static sxi32 VmExecIncludedFile( } /* * bool import(string $library) - * Loads a P# module library at runtime + * Loads an AerScript module library at runtime * Parameters * $library * This parameter is only the module library name that should be loaded.