Skip to content

[repo-assist] docs: clarify 'hide' keyword vs 'hidden' identifier in literate script example - #1238

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
repo-assist/fix-issue-1220-hide-docs-clarity-e9b62cce34e7bb5c
Draft

[repo-assist] docs: clarify 'hide' keyword vs 'hidden' identifier in literate script example#1238
github-actions[bot] wants to merge 1 commit into
mainfrom
repo-assist/fix-issue-1220-hide-docs-clarity-e9b62cce34e7bb5c

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 This PR was created by Repo Assist, an automated AI assistant.

Closes #1220

Summary

The documentation for the hide command in docs/sidebyside/sidescript.fsx was confusing because it said "use the hide command" but the code example immediately below used a variable named hidden. This made it unclear whether hidden was a keyword or just a coincidental identifier choice.

Fix

Added a clarifying note: hide is the keyword used in (*** hide ***), and hidden in the example is just a regular F# identifier — not a keyword.

Changes

  • docs/sidebyside/sidescript.fsx — added one-line clarification note

Test Status

This is a documentation-only change (no compiled code). The docs file is an .fsx literate script used by fsdocs to generate HTML documentation.

Generated by 🌈 Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again

Add this agentic workflow to your repo

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@42c2ab5b4e4c9273534c39259b2e0df7f20f07e9

…mple

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unclear wording hide or hideen

0 participants