Skip to content

Commit

Permalink
Fix typo in C#/PowerShell examples (#1392)
Browse files Browse the repository at this point in the history
`InNullOrEmpty` -> `IsNullOrEmpty`
  • Loading branch information
ajhall committed May 9, 2024
1 parent 74e5cb5 commit c3436dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/nushell_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Note: this table assumes Nu 0.43 or later.
| group-by | group by | GroupBy, group | Group-Object, group | |
| help | sp_help | | Get-Help, help, man | man |
| history | | | Get-History, history | history |
| is-empty | is null | String.InNullOrEmpty | String.InNullOrEmpty | |
| is-empty | is null | String.IsNullOrEmpty | String.IsNullOrEmpty | |
| kill | | | Stop-Process, kill | kill |
| last | | Last, LastOrDefault | Select-Object -Last | tail |
| length | count | Count | Measure-Object, measure | wc |
Expand Down

0 comments on commit c3436dc

Please sign in to comment.