Skip to content

Commit 1d3e524

Browse files
Sean Wheelerzjalexander
authored andcommitted
fix typos
1 parent c437575 commit 1d3e524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_Type_Operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ operate on the input object as a whole. That is, if the input object is a
6363
collection, it is the _collection_ type that is tested, not the types of the
6464
collection's _elements_.
6565

66-
If the \<input> is a type that is _derived_ from the \[.NET Type\] `-is`
66+
If the \<input> is a type that is _derived_ from the \[.NET Type\], `-is`
6767
returns`$True`. If the \<input> is a type that is _derived_ from the \[.NET
68-
Type\] `-as` _passes through_ converts the input to the target type. For
68+
Type\] `-as` converts the input to the target type. For
6969
example, `(Get-Item /) -is [System.IO.FileSystemInfo]` returns `$True`,
7070
because the type of the input, `[System.IO.DirectoryInfo]`, is _derived_ from
7171
the `[System.IO.FileSystemInfo]`.

0 commit comments

Comments
 (0)