From 4fa4112cc8238741a6faec4c789715c76dec55d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:37:41 +0000 Subject: [PATCH] docs: clarify 'hide' keyword vs 'hidden' identifier in sidescript example Fixes the confusion raised in #1220 where the text says 'hide' but the example uses a variable named 'hidden'. Added a note that 'hide' is the keyword in (*** hide ***) and 'hidden' is just a regular F# identifier. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/sidebyside/sidescript.fsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sidebyside/sidescript.fsx b/docs/sidebyside/sidescript.fsx index 2f071e1de..1a11505a3 100644 --- a/docs/sidebyside/sidescript.fsx +++ b/docs/sidebyside/sidescript.fsx @@ -41,7 +41,8 @@ Hiding code If you want to include some code in the source code, but omit it from the output, you can use the `hide` -command. +command. Note: `hide` is the keyword used in `(*** hide ***)`; +the name `hidden` below is just a regular F# identifier, not a keyword. *) (*** hide ***)