Skip to content

Commit 702e7c7

Browse files
cmaglieper1234
andauthored
Apply suggestions from code review
Co-authored-by: Per Tillisch <accounts@perglass.com>
1 parent 8b4b3a5 commit 702e7c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sketch-project-file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ otherwise below). The available fields are:
6060
- `<INDEX_LIB_NAME> (<INDEX_LIB_VERSION>)` represents a library from the Arduino Libraries Index that is a direct
6161
dependency of the sketch, for example, `MyLib (1.0.0)`.
6262
- `dependency: <INDEX_LIB_NAME> (<INDEX_LIB_VERSION>)` represents a library from the Arduino Libraries Index that is
63-
an "indirect dependency", i.e., a library that is not used directly by the sketch, but is required by other
63+
a "transitive dependency", i.e., a library that is not used directly by the sketch, but is required by other
6464
libraries used by the sketch. For example, if `LibUsedInSketch` requires `UtilLib`, this information can be recorded
65-
in the profile with the declaration `dependency: UtilLib (1.3.4)`. During sketch compilation, a dependency library
66-
is treated the same as a non-dependency library; the only difference is in automatic library management, where a
67-
dependency library can be installed or removed together with the library that uses it.
65+
in the profile with the declaration `dependency: UtilLib (1.3.4)`. During sketch compilation, a `dependency` library
66+
is treated the same as a non-`dependency` library; the only difference is in automatic library management, where a
67+
`dependency` library can be installed or removed together with the library that uses it.
6868
- `dir: <LOCAL_LIB_PATH>` represents a library installed in the filesystem and `<LOCAL_LIB_PATH>` is the path to the
6969
library. The path could be absolute or relative to the sketch folder. This option is available since Arduino CLI
7070
1.3.0.

0 commit comments

Comments
 (0)