Skip to content

Commit 7143143

Browse files
committed
Fix typos
1 parent 5a2e7e3 commit 7143143

File tree

1 file changed

+2
-2
lines changed
  • features/storage/TESTS/blockdevice/general_block_device

1 file changed

+2
-2
lines changed

features/storage/TESTS/blockdevice/general_block_device/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the ARM Compiler 5:
3030
mbed test -m K64F -t ARM -n mbed-os-features-storage-tests-blockdevice-general_block_device --compile
3131
```
3232

33-
#### Run the example
33+
#### Run the test
3434

3535
Use `mbed test` again:
3636

@@ -45,7 +45,7 @@ for suggestions on what could be wrong and how to fix it.
4545

4646
## Changing the block device
4747

48-
In Mbed OS, a C++ classes that inherits from the [BlockDevice](https://os.mbed.com/docs/latest/reference/storage.html#block-devices)
48+
In Mbed OS, a C++ class that inherits from the [BlockDevice](https://os.mbed.com/docs/latest/reference/storage.html#block-devices)
4949
interface represents each block device.
5050
This test uses the default block device received by the function get_default_instance(), it is defined in [SystemStorage.cpp](https://github.com/ARMmbed/mbed-os/blob/master/features/storage/system_storage/SystemStorage.cpp#L35-L77) as MBED_WEAK, in case we would like to test a new block device we will have to override it.
5151

0 commit comments

Comments
 (0)