diff --git a/CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb b/CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb index 90f1f65..96470fa 100644 --- a/CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb +++ b/CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb @@ -153,7 +153,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "#### What if the graph is disconnected?\n", + "#### What if the graph is not disconnected?\n", "\n", "$ \\hspace{7mm} \\lambda_2(L) $ will still give a \"measure of how much, $ G $ resembles a 2 disconnected components, i.e., sparsest cut\"." ]