From bfd0fb9e7feb3c0f847219deb56415ddfb47a423 Mon Sep 17 00:00:00 2001 From: Mathias Soeken Date: Wed, 13 Apr 2022 10:18:35 +0200 Subject: [PATCH] Fixes #563. --- Standard/src/Canon/Parity.qs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Standard/src/Canon/Parity.qs b/Standard/src/Canon/Parity.qs index 59607868c88..af4c703ab9a 100644 --- a/Standard/src/Canon/Parity.qs +++ b/Standard/src/Canon/Parity.qs @@ -73,7 +73,7 @@ namespace Microsoft.Quantum.Canon { /// # Remarks /// The following are equivalent: /// ```qsharp - /// ApplyCNOTChainWithTarget(Most(qs), Last(qs)); + /// ApplyCNOTChainWithTarget(Most(qs), Tail(qs)); /// ``` /// and /// ```qsharp