From ae46d318b9a9542c243f7311e0daacd9094d2a7d Mon Sep 17 00:00:00 2001 From: Mathias Soeken Date: Tue, 23 Jun 2020 07:46:01 +0200 Subject: [PATCH] Small typo in docs. --- src/Simulation/Common/IQuantumProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simulation/Common/IQuantumProcessor.cs b/src/Simulation/Common/IQuantumProcessor.cs index 4152249b139..dd61aed3bdd 100644 --- a/src/Simulation/Common/IQuantumProcessor.cs +++ b/src/Simulation/Common/IQuantumProcessor.cs @@ -517,7 +517,7 @@ public interface IQuantumProcessor void Assert(IQArray bases, IQArray qubits, Result result, string msg); /// - /// Called when Microsoft.Quantum.Intrinsic.Assert is called in Q#. + /// Called when Microsoft.Quantum.Intrinsic.AssertProb is called in Q#. /// /// /// The names and the order of the parameters is similar to the corresponding Q# operation./