Skip to content

Commit 1d1e78c

Browse files
author
Amanda Butler
authored
Edit README.md
Edit file for consistent person.
1 parent a430842 commit 1d1e78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UNITTESTS/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can also set custom compiler flags and other configurations supported by CMa
104104

105105
#### Example
106106

107-
With the following steps, you can write a simple unit test. In this example we will create dummy classes to be tested. Then we will create and configure unit tests for a class. Finally we will stub all external dependencies.
107+
With the following steps, you can write a simple unit test. This example creates dummy classes to be tested, creates and configures unit tests for a class and stubs all external dependencies.
108108

109109
1. Create the following dummy classes in `mbed-os/example`:
110110

@@ -245,7 +245,7 @@ With the following steps, you can write a simple unit test. In this example we w
245245
}
246246
```
247247
248-
This example does not use any Mbed OS code, but if your unit tests do then remember to update header stubs in `UNITTESTS/target_h` and source stubs in `UNITTESTS/stubs` with any missing type or function declarations.
248+
This example does not use any Mbed OS code, but if your unit tests do, then remember to update header stubs in `UNITTESTS/target_h` and source stubs in `UNITTESTS/stubs` with any missing type or function declarations.
249249
250250
### Building and running unit tests
251251

0 commit comments

Comments
 (0)