Skip to content

Commit c3436dc

Browse files
authored
Fix typo in C#/PowerShell examples (#1392)
`InNullOrEmpty` -> `IsNullOrEmpty`
1 parent 74e5cb5 commit c3436dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/nushell_map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Note: this table assumes Nu 0.43 or later.
2727
| group-by | group by | GroupBy, group | Group-Object, group | |
2828
| help | sp_help | | Get-Help, help, man | man |
2929
| history | | | Get-History, history | history |
30-
| is-empty | is null | String.InNullOrEmpty | String.InNullOrEmpty | |
30+
| is-empty | is null | String.IsNullOrEmpty | String.IsNullOrEmpty | |
3131
| kill | | | Stop-Process, kill | kill |
3232
| last | | Last, LastOrDefault | Select-Object -Last | tail |
3333
| length | count | Count | Measure-Object, measure | wc |

0 commit comments

Comments
 (0)