diff --git a/docs/circuits.ipynb b/docs/circuits.ipynb index 4adefe2402b..c01fef1c4c9 100644 --- a/docs/circuits.ipynb +++ b/docs/circuits.ipynb @@ -205,7 +205,7 @@ "source": [ "The above is not the only way one can construct moments, nor even the typical method, but illustrates that a `Moment` is just a collection of operations on disjoint sets of qubits.\n", "\n", - "Finally, at the top level a `Circuit` is an ordered series of `Moment` objects. The first `Moment` in this series contains the first `Operations that will be applied. Here, for example, is a simple circuit made up of two moments:" + "Finally, at the top level a `Circuit` is an ordered series of `Moment` objects. The first `Moment` in this series contains the first `Operations` that will be applied. Here, for example, is a simple circuit made up of two moments:" ] }, {