Skip to content

Commit 368eaab

Browse files
authored
Fix typo (#11780)
1 parent a4082e2 commit 368eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/learn/ps101/09-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ function Test-MrParameterValidation {
578578

579579
## Verbose output
580580

581-
Inline commands are useful if you're writing complex code, but users don't see them unless they look
581+
Inline comments are useful if you're writing complex code, but users don't see them unless they look
582582
at the code.
583583

584584
The function in the following example has an inline comment in the `foreach` loop. While this

0 commit comments

Comments
 (0)