Skip to content

Commit 5fff2c0

Browse files
authored
Add missing parenthesis. (#103)
1 parent 3d4a123 commit 5fff2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For a CMake example of building the MQTT library with the `mqttFilePaths.cmake`
3232
## Building Unit Tests
3333

3434
### Checkout CMock Submodule
35-
By default, the submodules in this repository are configured with `update=none` in [.gitmodules](.gitmodules) to avoid increasing clone time and disk space usage of other repositories (like [amazon-freertos](https://github.com/aws/amazon-freertos) that submodule this repository.
35+
By default, the submodules in this repository are configured with `update=none` in [.gitmodules](.gitmodules) to avoid increasing clone time and disk space usage of other repositories (like [amazon-freertos](https://github.com/aws/amazon-freertos) that submodules this repository).
3636

3737
To build unit tests, the submodule dependency of CMock is required. Use the following command to clone the submodule:
3838
```

0 commit comments

Comments
 (0)