Skip to content

Commit 9bce57a

Browse files
Amanda ButlerDonatien Garnier
authored andcommitted
Copy edit NFCEEPROM.md
Copy edit file for consistent capitalization across docs.
1 parent fc89f44 commit 9bce57a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/api/connectivity/nfc/NFCEEPROM.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## NFC EEPROM
22

3-
To use a NFC controller, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
3+
To use an NFC controller, you must initiate the instance with a driver instance, an event queue and a scratch buffer for NDEF messages.
44

5-
### NFC EEPROM Class Reference
5+
### NFC EEPROM class reference
66

77
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/FIXME)
88

9-
### NFC EEPROM Example
9+
### NFC EEPROM example
1010

1111
```cpp
1212
#include "stdint.h"
@@ -25,4 +25,4 @@ int main() {
2525
...
2626
nfc.write_ndef_message();
2727
}
28-
```
28+
```

0 commit comments

Comments
 (0)