Skip to content

Commit d6b353e

Browse files
authored
Fix typos in the documentation. (quantumlib#6359)
1 parent f81f8cf commit d6b353e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq/ops/pauli_gates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def basis(self) -> Dict[int, '_ZEigenState']:
186186
187187
This is the `exponent=1` instance of the `cirq.XPowGate`.
188188
189-
The untary matrix of `cirq.X` is:
189+
The unitary matrix of `cirq.X` is:
190190
$$
191191
\begin{bmatrix}
192192
0 & 1 \\

0 commit comments

Comments
 (0)