Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Dec 11, 2024
1 parent 38be332 commit 2cf4f59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace mbed {
* NAND flash.
*
* @note While the read and write size of the buffered block device will always be 1,
* the erase size is the same as the underlying block device. In other words, you
* the erase size is the same as the underlying block device. In other words, you
* still must erase in the hardware erase sector size.
*/
class BufferedBlockDevice : public BlockDevice {
Expand Down

0 comments on commit 2cf4f59

Please sign in to comment.