From 8145004f57a9868176973b2c36a351ff5254b71b Mon Sep 17 00:00:00 2001 From: Mathias Soeken Date: Mon, 10 Aug 2020 11:47:35 +0200 Subject: [PATCH] Fix author name in doc string --- .../QsharpCore/Diagnostics/AssertOperationsEqualReferenced.qs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simulation/QsharpCore/Diagnostics/AssertOperationsEqualReferenced.qs b/src/Simulation/QsharpCore/Diagnostics/AssertOperationsEqualReferenced.qs index d29eecf85db..1b17f67b92f 100644 --- a/src/Simulation/QsharpCore/Diagnostics/AssertOperationsEqualReferenced.qs +++ b/src/Simulation/QsharpCore/Diagnostics/AssertOperationsEqualReferenced.qs @@ -31,7 +31,7 @@ namespace Microsoft.Quantum.Diagnostics { /// # Summary /// Given two operations, asserts that they act identically for all input states. /// - /// This assertion is implemented by using the Choi–Jamiłkowski isomorphism to reduce + /// This assertion is implemented by using the Choi–Jamiołkowski isomorphism to reduce /// the assertion to one of a qubit state assertion on two entangled registers. /// Thus, this operation needs only a single call to each operation being tested, /// but requires twice as many qubits to be allocated.