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 <rlneumiller@gmail.com>
This commit is contained in:
Arrel Neumiller 2024-09-15 11:53:59 +01:00 committed by Anas Nashif
parent 63cd2f6580
commit 9bba5141f5
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ I2C Controller API
==================
Zephyr's I2C controller API is used when an I2C peripheral controls the bus,
in particularly the start and stop conditions and the clock. This is
particularly the start and stop conditions and the clock. This is
the most common mode, used to interact with I2C devices like sensors and
serial memory.

View file

@ -21,7 +21,7 @@ I3C Controller API
******************
Zephyr's I3C controller API is used when an I3C controller controls
the bus, in particularly the start and stop conditions and the clock.
the bus, particularly the start and stop conditions and the clock.
This is the most common mode, used to interact with I3C target
devices such as sensors.