Skip to content

Commit d74eb25

Browse files
committed
doc/usage: Trivial grammar fix
Signed-off-by: Uwe Kleine-König <[email protected]>
1 parent b1b4021 commit d74eb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ resources it is bound to can be used, and, if necessary, it acquires the
234234
underlying hardware on the OS level.
235235
For example, activating a :any:`SerialDriver` makes sure that the hardware
236236
represented by its bound :any:`RawSerialPort` object (e.g. something like
237-
``/dev/ttyUSB0``) is available, and that it can only be used labgrid and not by
238-
other applications while the :any:`SerialDriver` is activated.
237+
``/dev/ttyUSB0``) is available, and that it can only be used by labgrid and not
238+
by other applications while the :any:`SerialDriver` is activated.
239239

240240
If we use a car analogy here, binding is the process of screwing the car parts
241241
together, and activation is igniting the engine.

0 commit comments

Comments
 (0)