Skip to content

Commit f51a191

Browse files
authored
docs: Update design.md (#12)
Referred to the wrong function name.
1 parent 6ffa83d commit f51a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ can be used directly but exposes implementation details
1717

1818
- `I2C.readfrom_into()`, `I2C.writeto()`, `I2C.writeto_then_readfrom()` are
1919
named weirdly and have confusing signatures.
20-
- It is unclear what purpose the method `I2C.writeto()` has.
20+
- It is unclear what purpose the method `I2C.readfrom_into()` has.
2121
- It is unclear whether 'in_buffer' and 'out_buffer' relate to
2222
direction "device-to-caller" or "caller-to-device" without looking
2323
at the implementation.

0 commit comments

Comments
 (0)