Skip to content

Commit fae7e36

Browse files
authored
Merge pull request #1671 from ukleinek/typo
doc/usage: Trivial grammar fix
2 parents b1b4021 + d74eb25 commit fae7e36

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)