Skip to content

Commit 89d6270

Browse files
authored
Fix typo (#5935)
1 parent c45b2c5 commit 89d6270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/cirq/ops/clifford_gate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def from_xz(x_to, z_to):
166166
_to_clifford_tableau(x_to=x_to, z_to=z_to)
167167
)
168168

169-
# Order in is relied on in properties that retrieve a specific Clifford below.
169+
# Order matters: it's relied upon in properties that retrieve a specific Clifford below.
170170
cls._all_single_qubit_cliffords = (
171171
# 0: Identity
172172
from_xz(x_to=pX, z_to=pZ), # I

0 commit comments

Comments
 (0)