Skip to content

Commit 9bba514

Browse files
rlneumillernashif
authored andcommitted
doc: i2c, i3c: remove unnecessary preposition 'in'
This commit removes the preposition "in" from the phrase "in particularly"in the I2C and I3C Controller API sections to improve readability. Signed-off-by: Arrel Neumiller <[email protected]>
1 parent 63cd2f6 commit 9bba514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/hardware/peripherals/i2c.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ I2C Controller API
2727
==================
2828

2929
Zephyr's I2C controller API is used when an I2C peripheral controls the bus,
30-
in particularly the start and stop conditions and the clock. This is
30+
particularly the start and stop conditions and the clock. This is
3131
the most common mode, used to interact with I2C devices like sensors and
3232
serial memory.
3333

doc/hardware/peripherals/i3c.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ I3C Controller API
2121
******************
2222

2323
Zephyr's I3C controller API is used when an I3C controller controls
24-
the bus, in particularly the start and stop conditions and the clock.
24+
the bus, particularly the start and stop conditions and the clock.
2525
This is the most common mode, used to interact with I3C target
2626
devices such as sensors.
2727

0 commit comments

Comments
 (0)