Skip to content

Commit e6435f7

Browse files
committed
fix spelling
1 parent ad3c64f commit e6435f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/advanced-guides/building-library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Using this command several cache variables can be set:
2323
* _7BIT_DI_BUILD_TESTS: ["ON", "OFF"] ("OFF") - Turn on to build tests (requires Gtest_ to be installed, see `Build Library With Conan`_)
2424
* _7BIT_DI_BUILD_EXAMPLES: ["ON", "OFF"] ("OFF") - Turn on to build examples
2525
* _7BIT_DI_BUILD_SINGLE_HEADER: ["ON", "OFF"] ("OFF") - Turn on to build single header SevenBitDI.hpp (requires Quom_ to be installed)
26-
* _7BIT_DI_INSTALL: ["ON", "OFF"] ("OFF") - Turn on to install library (output is in build/publish)
26+
* _7BIT_DI_INSTALL: ["ON", "OFF"] ("OFF") - Turn on to install the library (output is in build/publish)
2727

2828
to set cache variable pass additional option: -D<variable cache name>=[value]
2929
for example, this command will set the library type to Static and will force examples built

0 commit comments

Comments
 (0)