From 3048084c2deb3e2324f75dc540825034d6986ef5 Mon Sep 17 00:00:00 2001 From: Marc Redemske Date: Sat, 18 Oct 2025 23:52:19 +0200 Subject: [PATCH] Fix typo --- LANGUAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LANGUAGE.md b/LANGUAGE.md index 8ed2ff1..57b2c31 100644 --- a/LANGUAGE.md +++ b/LANGUAGE.md @@ -553,7 +553,7 @@ let A = 5 Any other file may include `other.wl` to use its contents ``` -import "other.wl" +include "other.wl" "The A variable is accessible here: " A @@ -565,4 +565,4 @@ WL programs may reference external symbols (variables or functions) defined by t ```

The process is running on a \$platform machine

-``` \ No newline at end of file +```