From 7679fd86eed9936fabac95c5be9a97f87e6e0f82 Mon Sep 17 00:00:00 2001 From: Jake Bolton Date: Sat, 6 Jan 2024 18:32:34 -0600 Subject: [PATCH] Update Test-IsBlank-ComparingBlankKinds.ipynb --- Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb b/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb index 7448213..2659333 100644 --- a/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb +++ b/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb @@ -4,7 +4,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### True Null? \n", + "You can grab the final functions here: [Test-IsBlank.ps1](./examples/Test-IsBlank.ps1)\n", + "\n", + "### True Nulls? \n", "\n", "If you want to know if `$Something` is a true null value, this is how you'd test it\n", "```ps1\n",