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

Commit

Permalink
Fixes #563. (#564)
Browse files Browse the repository at this point in the history
Co-authored-by: Mariia Mykhailova <mamykhai@microsoft.com>
  • Loading branch information
msoeken and tcNickolas committed Apr 14, 2022
1 parent c8f8d67 commit abe71cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Standard/src/Canon/Parity.qs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abe71cc

Please sign in to comment.