diff --git a/notebooks/rust/dsa.ipynb b/notebooks/rust/dsa.ipynb index 8ec60b0..7541320 100644 --- a/notebooks/rust/dsa.ipynb +++ b/notebooks/rust/dsa.ipynb @@ -21,7 +21,7 @@ }, "outputs": [], "source": [ - "// Uncomment the next line and comment the subsequent line if not running notebook from source\n", + "// Comment the next line and uncomment the subsequent line if running notebook from source\n", ":dep ladderz = { git = \"https://github.com/rzmk/ladderz\", branch = \"main\" }\n", "// :dep ladderz = { path = \"../../ladderz\" }\n", "\n",