Skip to content

Commit bdf9249

Browse files
authored
Fix a few capitalization typos (#7244)
* Fix capitalization typos in TensorFlow and PennyLane * Fix Cirq capitalization
1 parent 58d9619 commit bdf9249

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/build/ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following document provides an ecosystem overview of various open-source too
2323
|[Stim](https://github.com/quantumlib/stim)|Google|A library for high-speed simulation of Clifford circuits and quantum error correction|
2424
|[TensorFlow Quantum](https://tensorflow.org/quantum)|Google|A library for developing new quantum machine learning algorithms|
2525
|[unitary](https://github.com/quantumlib/unitary)|Google|An API library providing common operations for adding quantum behaviors to games|
26-
|[Pennylane](https://pennylane.ai/)|Xanadu|A library for quantum machine learning with TensorFlow, PyTorch, or NumPy|
26+
|[PennyLane](https://pennylane.ai/)|Xanadu|A library for quantum machine learning with TensorFlow, PyTorch, or NumPy|
2727

2828
## Development tools
2929

docs/citation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ When using our projects, please cite them according to the following guide:
1010
| Qualtran | https://github.com/quantumlib/qualtran#how-to-cite-qualtran |
1111
| ReCirq | https://github.com/quantumlib/ReCirq#how-to-cite-recirq |
1212
| Stim | https://github.com/quantumlib/stim#how-cite-stim |
13-
| Tensorflow Quantum | https://github.com/tensorflow/quantum#references|
13+
| TensorFlow Quantum | https://github.com/tensorflow/quantum#references|
1414
| Tesseract Decoder | https://github.com/quantumlib/tesseract-decoder#citation|

docs/dev/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ as documentation, but also on internal code so that the mypy type checker can
7878
help catch coding errors.
7979

8080
For documentation purposes in particular, type annotations should match the way
81-
classes and functions are accessed by cirq users, which is typically on the
81+
classes and functions are accessed by Cirq users, which is typically on the
8282
top-level `cirq` namespace (for example, users use `cirq.Sampler` even though
8383
the sampler class is defined in `cirq.work.sampler.Sampler`). Code in `cirq-core`
8484
typically cannot import and use `cirq.Sampler` directly because this could

0 commit comments

Comments
 (0)