Skip to content

Commit

Permalink
pw_digital_io: fix typo in docs
Browse files Browse the repository at this point in the history
Replace reference to nonexitent class `DigitalIoIn` with `DigitalIn`.

Change-Id: I12c58efe3f43a663e6439bca8a535d219bd005f2
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/99422
Commit-Queue: Anton Markov <amarkov@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
  • Loading branch information
antmar authored and CQ Bot Account committed Jun 24, 2022
1 parent 738475b commit 84e4983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_digital_io/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Backend Implemention Notes
declare ``GetState`` public and ``SetState`` private.
* Derived classes that exclude a particular functionality provide a private,
final implementation of the unsupported virtual method that crashes if it is
called. For example, ``DigitalIoIn`` implements ``DoSetState`` to trigger
called. For example, ``DigitalIn`` implements ``DoSetState`` to trigger
``PW_CRASH``.
* Backend implementations provide real implementation for the remaining pure
virtual functions of the class they extend.
Expand Down

0 comments on commit 84e4983

Please sign in to comment.