From 35ff433fed6a23ae13dd0f60bd31d5784ec76a79 Mon Sep 17 00:00:00 2001 From: Violeta Kabadzhova <36995171+vkabadzhova@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:05:36 +0200 Subject: [PATCH] Fix typo Complete the sentence with a verb --- content/ch-algorithms/quantum-counting.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ch-algorithms/quantum-counting.ipynb b/content/ch-algorithms/quantum-counting.ipynb index b53ba5292..12b213669 100644 --- a/content/ch-algorithms/quantum-counting.ipynb +++ b/content/ch-algorithms/quantum-counting.ipynb @@ -3288,7 +3288,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We can see two values stand out, having a much higher probability of measurement than the rest. These two values correspond to $e^{i\\theta}$ and $e^{-i\\theta}$, but we can’t see the number of solutions yet. We need to little more processing to get this information, so first let us get our output into something we can work with (an `int`).\n", + "We can see two values stand out, having a much higher probability of measurement than the rest. These two values correspond to $e^{i\\theta}$ and $e^{-i\\theta}$, but we can’t see the number of solutions yet. We need to do a little more processing to get this information, so first let us get our output into something we can work with (an `int`).\n", "\n", "We will get the string of the most probable result from our output data:" ]