Skip to content

Commit 42b4447

Browse files
Update everything-about-null.md
Add space at end of line
1 parent ef1a978 commit 42b4447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/learn/deep-dives/everything-about-null.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you use `$null` in a string, then it's a blank value (or empty string).
6262
```powershell
6363
PS> $value = $null
6464
PS> Write-Output "The value is $value"
65-
The value is
65+
The value is
6666
```
6767

6868
This is one of the reasons that I like to place brackets around variables when using them in log

0 commit comments

Comments
 (0)