-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-aboutArea - About_ topicsArea - About_ topicsissue-doc-bugIssue - error in documentationIssue - error in documentation
Description
Prerequisites
- Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
- Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Typo in
Get-Foocmdlet" instead of "Typo." - Verify Version: If there is a mismatch between documentation and the behavior on your system, ensure that the version you are using is the same as the documentation. Check this box if they match or the issue you are reporting is not version specific.
Links
- https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_operators?view=powershell-7.4#type-operators
- https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_operators?view=powershell-7.4#static-member-operator-
Summary
Very short issue. I'm wondering if it is correct to keep ".NET Framework" in PowerShell 7.2+ versions of the about Operators doc.
Details
There are 2 appearances of .NET Framework which, I feel should be changed to just .NET:
Use the type operators (-is, -isnot, -as) to find or change the .NET Framework type of an object...
Calls the static properties and methods of a .NET Framework class. To find the static properties and methods of an object...
Suggested Fix
Drop "Framework" from those sentences:
Use the type operators (-is, -isnot, -as) to find or change the .NET type of an object...
Calls the static properties and methods of a .NET class. To find the static properties and methods of an object...
Metadata
Metadata
Assignees
Labels
area-aboutArea - About_ topicsArea - About_ topicsissue-doc-bugIssue - error in documentationIssue - error in documentation