From 587bb76108b9cde35599ada7468034719fb20d06 Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 20 Apr 2026 23:38:53 +0200 Subject: [PATCH] Documentation content fixes. No code changes. (0.40.5) --- web/documentation/includes/includes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/documentation/includes/includes.md b/web/documentation/includes/includes.md index 8413579..9848c00 100644 --- a/web/documentation/includes/includes.md +++ b/web/documentation/includes/includes.md @@ -29,7 +29,7 @@ This document explains how to use local and system includes in Fun source files - Resolved relative to the current working directory (`$PWD`) where you run `fun`. - System includes: `#include ;` - Resolved using: - -`FUN_LIB_DIR` (if set) + - `FUN_LIB_DIR` (if set) - `DEFAULT_LIB_DIR` (compile-time default; typically `/usr/share/fun/lib/` after install) - Fallback to `lib/` under the current working directory (developer convenience) - Optional namespacing: `#include <...> as ns` or `#include "..." as ns`