Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/docs-conceptual/learn/ps101/09-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down