Skip to content

Commit 862bc2f

Browse files
authored
Fix two typos (#7533)
- Typos identified by CommonTypos internal Google check.
1 parent 23b301c commit 862bc2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/classical_control.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"source": [
277277
"### Sympy Complex Boolean Functions\n",
278278
"\n",
279-
"Cirq supports evaluating complex boolean functions on multiqubit measurement keys throught Sympy's [indexed objects](https://docs.sympy.org/latest/modules/tensor/indexed.html#sympy.tensor.indexed.Indexed.base).\n",
279+
"Cirq supports evaluating complex boolean functions on multiqubit measurement keys through Sympy's [indexed objects](https://docs.sympy.org/latest/modules/tensor/indexed.html#sympy.tensor.indexed.Indexed.base).\n",
280280
"\n",
281281
"In this example, `X` will be applied to $q_2$ if and only if the result of the two-qubit measurement of $q_0, q_1$ has two different bits. "
282282
]

docs/tutorials/google/identifying_hardware_changes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
"source": [
433433
"The large numbers in yellow show where errors are very high. For instance, qubits $(8,4)$ and $(9,4)$ have high errors and should be avoided.\n",
434434
"\n",
435-
"It's important to note that, if you have the option to use a _consistently_ high reliablity qubit or qubit pair, instead of one that demonstrates inconsistent performance, you should do so."
435+
"It's important to note that, if you have the option to use a _consistently_ high reliability qubit or qubit pair, instead of one that demonstrates inconsistent performance, you should do so."
436436
]
437437
},
438438
{

0 commit comments

Comments
 (0)