From 4a21d4b03a9a140e7dded28a9fa87ed2348d7e1e Mon Sep 17 00:00:00 2001 From: Elsa Minsut Date: Thu, 20 Nov 2025 01:37:07 +0100 Subject: [PATCH] docs: style guide clarity fix --- docs/src/contributing/function-documentation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/contributing/function-documentation-guide.md b/docs/src/contributing/function-documentation-guide.md index 19c826e..1ae9d9d 100644 --- a/docs/src/contributing/function-documentation-guide.md +++ b/docs/src/contributing/function-documentation-guide.md @@ -40,7 +40,7 @@ The title should be the function name followed by the word "function": # FV function ``` -Use the exact function name as it appears in IronCalc (typically in uppercase). +The function name should be written in uppercase when mentioned in the documentation. ### 2. Draft Warning (Optional) @@ -251,7 +251,7 @@ Provide external references and related functions: **Guidelines:** -- Include Wikipedia links for concepts when available +- Include Wikipedia links for concepts when available - Link to related IronCalc functions in the same category - Include links to equivalent functions in Excel, Google Sheets, and LibreOffice Calc - Use bullet points