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

Fixes #563 #564

Merged
merged 3 commits into from
Apr 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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