Skip to content

Commit 2cf4f59

Browse files
Fix space
1 parent 38be332 commit 2cf4f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/blockdevice/include/blockdevice/BufferedBlockDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace mbed {
3333
* NAND flash.
3434
*
3535
* @note While the read and write size of the buffered block device will always be 1,
36-
* the erase size is the same as the underlying block device. In other words, you
36+
* the erase size is the same as the underlying block device. In other words, you
3737
* still must erase in the hardware erase sector size.
3838
*/
3939
class BufferedBlockDevice : public BlockDevice {

0 commit comments

Comments
 (0)