diff --git a/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb b/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb index 88f1e22..7448213 100644 --- a/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb +++ b/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb @@ -59,14 +59,7 @@ "### Full Test : Fancy mode\n", "\n", "\n", - "Here's the final output.\n", - "\n", - "\n", - "\n", - "```ps1\n", - "Test-IsBlank $doesNotExist -AsBool\n", - " # true\n", - "```\n", + "Here's the final output. The full source this test is the `Test-IsBlank` function below.\n", "\n", "```ps1\n", "IsTrueNull IsEmpty IsTrueEmptyStr IsBlank Length RawValue AsBool Name\n",