From be5fa017ba867f23ccca141e50407ba3aa568094 Mon Sep 17 00:00:00 2001 From: hanez Date: Thu, 11 Sep 2025 23:32:34 +0200 Subject: [PATCH] Some fixes in the spec. --- spec/v0.1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/v0.1.md b/spec/v0.1.md index d6f168e..7b49d44 100644 --- a/spec/v0.1.md +++ b/spec/v0.1.md @@ -187,9 +187,9 @@ f add(a, b) Looked up in /var/lib/fun/, supporting .so (native) and .fun (Fun code). ```fun -#include crypt/md5 -#include date -#include math +#include crypt/md5 +#include date +#include math ``` ### Local Includes @@ -197,7 +197,7 @@ Looked up in /var/lib/fun/, supporting .so (native) and .fun (Fun code). From the current working directory: ```fun -#include utils/file.fun +#include utils/file.fun ``` ### Absolute Includes