From e02ca5a423e091f45d5564caddda08f872e3f924 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 7 Feb 2025 10:23:11 -0600 Subject: [PATCH] Fix typo --- reference/docs-conceptual/learn/ps101/09-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/learn/ps101/09-functions.md b/reference/docs-conceptual/learn/ps101/09-functions.md index a69bf186c358..689f01cdf6c2 100644 --- a/reference/docs-conceptual/learn/ps101/09-functions.md +++ b/reference/docs-conceptual/learn/ps101/09-functions.md @@ -578,7 +578,7 @@ function Test-MrParameterValidation { ## Verbose output -Inline commands are useful if you're writing complex code, but users don't see them unless they look +Inline comments are useful if you're writing complex code, but users don't see them unless they look at the code. The function in the following example has an inline comment in the `foreach` loop. While this