From 3c5fb9b7fd7134227810b2391adaac1c79e528fd Mon Sep 17 00:00:00 2001 From: rzmk Date: Mon, 4 Mar 2024 17:49:38 -0500 Subject: [PATCH] docs: update comment regarding commenting dep import --- notebooks/rust/dsa.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",