Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit abe71cc

Browse files
msoekentcNickolas
andauthored
Fixes #563. (#564)
Co-authored-by: Mariia Mykhailova <mamykhai@microsoft.com>
1 parent c8f8d67 commit abe71cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Standard/src/Canon/Parity.qs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ namespace Microsoft.Quantum.Canon {
7373
/// # Remarks
7474
/// The following are equivalent:
7575
/// ```qsharp
76-
/// ApplyCNOTChainWithTarget(Most(qs), Last(qs));
76+
/// ApplyCNOTChainWithTarget(Most(qs), Tail(qs));
7777
/// ```
7878
/// and
7979
/// ```qsharp

0 commit comments

Comments
 (0)