From a2fbbb6b2386e57acdee05165d99b86da933a30c Mon Sep 17 00:00:00 2001 From: Canaan Date: Thu, 4 Jun 2020 02:07:49 -0400 Subject: [PATCH] fixes typo line 60 --- notebooks/hello-csharp/hello-world.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/hello-csharp/hello-world.ipynb b/notebooks/hello-csharp/hello-world.ipynb index 11f90c8..f324744 100644 --- a/notebooks/hello-csharp/hello-world.ipynb +++ b/notebooks/hello-csharp/hello-world.ipynb @@ -57,7 +57,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The first line declares a variable, `aFriend` and assigns it a value, \"Bill\". The second line rints out the name.\n", + "The first line declares a variable, `aFriend` and assigns it a value, \"Bill\". The second line prints out the name.\n", "\n", "You can assign different values to any variable you declare. You can change the name to one of your friends. Add these two lines in the above cell after the code you've already added:\n", "\n",