Skip to content

Commit f964789

Browse files
Add example for 'Evening' time of day in Get-Greeting documentation (#13)
This pull request adds an additional example to the documentation for the `Get-Greeting` function, demonstrating usage with the 'Evening' time of day. No code logic was changed—only the documentation was updated for clarity.
1 parent 6d56750 commit f964789

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/functions/public/Get-Greeting.ps1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
.EXAMPLE
1010
Get-Greeting -TimeOfDay 'Morning'
1111
12-
Returns "Good Morning!"
12+
Returns "Good Morning!" to the user.
13+
14+
.EXAMPLE
15+
Get-Greeting -TimeOfDay 'Evening'
16+
17+
Returns "Good Evening!" to the user.
1318
1419
.LINK
1520
https://MariusStorhaug.github.io/MariusTestModule/Functions/Get-Greeting/

0 commit comments

Comments
 (0)