MicrosoftDocs / PowerShell-Docs

The official PowerShell documentation sources
https://learn.microsoft.com/powershell
Other
1.97k stars 1.56k forks source link

(GH-11175) Update terminology to 'enumerable null' #11177

Closed michaeltlombardi closed 3 months ago

michaeltlombardi commented 3 months ago

PR Summary

Prior to this change, the article Everything you wanted to know about $null used the term 'empty $null' to describe [System.Management.Automation.Internal.AutomationNull]::Value

However, this terminology isn't clear enough, as both that value and the $null value itself can be considered to be 'empty.'

This change:

PR Checklist

learn-build-service-prod[bot] commented 3 months ago

Learn Build status updates of commit ef92c56:

:white_check_mark: Validation status: passed

File Status Preview URL Details
reference/docs-conceptual/learn/deep-dives/everything-about-null.md :white_check_mark:Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

For any questions, please:

mklement0 commented 3 months ago

🙏