diff --git a/qiskit/circuit/controlflow/builder.py b/qiskit/circuit/controlflow/builder.py index 853a1dab3623..95a3244a60fb 100644 --- a/qiskit/circuit/controlflow/builder.py +++ b/qiskit/circuit/controlflow/builder.py @@ -39,7 +39,7 @@ class CircuitScopeInterface(abc.ABC): - """An interface that circuits and builder blocks explicitly fulfil, which contains the primitive + """An interface that circuits and builder blocks explicitly fulfill, which contains the primitive methods of circuit construction and object validation. This allows core circuit methods to be applied to the currently open builder scope, and allows