From 3c895059ef30575639f4dfaa512b509f61aa4bb1 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Thu, 6 Feb 2025 10:05:26 -0500 Subject: [PATCH] Fixed formatting error - Numbering section 7 was my own minor edit because the combined example came before it. --- documents/Powerof10Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/Powerof10Guide.md b/documents/Powerof10Guide.md index bb8d844..3eb5e68 100644 --- a/documents/Powerof10Guide.md +++ b/documents/Powerof10Guide.md @@ -124,7 +124,7 @@ else } ``` -## ## 7. Documentation Comments +## 7. Documentation Comments - Use XML documentation comments for functions or methods to improve maintainability and provide documentation.