Skip to content

Commit

Permalink
add comment to make example more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkMunro committed Jul 12, 2019
1 parent af54447 commit 9d0b313
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Now consider this code snippet:

```PowerShell
New-Module -Name ThisShouldNotImport {
# The next line uses "Generics" in the type name, when it should use "Generic"
$myList = [System.Collections.Generics.List[string]]::new()
function Test-RFC {
Expand Down

0 comments on commit 9d0b313

Please sign in to comment.