From 9d6dd2e1407176c3ee4ada753014d411b50c1270 Mon Sep 17 00:00:00 2001 From: schrodin <42860651+schrodinteq@users.noreply.github.com> Date: Wed, 31 Dec 2025 15:33:39 +0900 Subject: [PATCH] Fix typo in quickstart.ipynb Fix typo in quickstart.ipynb --- docs/source/quickstart.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/quickstart.ipynb b/docs/source/quickstart.ipynb index 1aea4736..55d00988 100644 --- a/docs/source/quickstart.ipynb +++ b/docs/source/quickstart.ipynb @@ -60,7 +60,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The qlassf function can be also exported as a gate, if the destination framwork supports it. We can use `encode_input` and `decode_output` in order to convert from/to high level types of qlasskit without worrying about the binary representation." + "The qlassf function can be also exported as a gate, if the destination framework supports it. We can use `encode_input` and `decode_output` in order to convert from/to high level types of qlasskit without worrying about the binary representation." ] }, {