Skip to content

Commit 83f8a81

Browse files
author
Amanda Butler
authored
Fix typo in HeapBlockDevice.md
Apply PR #886 to 5.11.
1 parent 38637a2 commit 83f8a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/storage/HeapBlockDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<span class="images">![](https://os.mbed.com/docs/v5.11/mbed-os-api-doxy/classmbed_1_1_heap_block_device.png)<span>BlockDevice class hierarchy</span></span>
44

5-
The HeapBlockDevice class provides a way to simulate block devices for software development or testing. The created blocks are nonvolatile; they do not persist across power cycles.
5+
The HeapBlockDevice class provides a way to simulate block devices for software development or testing. The created blocks are volatile; they do not persist across power cycles.
66

77
HeapBlockDevices have the following configurable parameters in either one of two constructors:
88

0 commit comments

Comments
 (0)