Skip to content

Commit c2b0b29

Browse files
committed
Fix typo
1 parent b6351da commit c2b0b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/src/nvmc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ where
183183
}
184184
}
185185

186-
// Only nRF52 boards have been checked. There 2 things to note:
186+
// Only nRF52 boards have been checked. There are 2 things to note:
187187
//
188188
// 1. The nRF52832 doesn't support 2 writes per word. Instead it supports 181 writes per block,
189189
// where a block is 128 words. So on average it's a bit less than 2 writes per word, and thus we

0 commit comments

Comments
 (0)