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./