Skip to content

Commit 876cf06

Browse files
committed
NFC: Fix design spec conjugation.
1 parent cfec12a commit 876cf06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

features/nfc/doc/nfc_design.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ void set_full_uri(const char* uri)
299299
300300
Messages incoming from the peer are parsed by a `MessageParser` which produce
301301
`Record` instances to its client. The parsing operation is event-driven: a
302-
message parser client register a delegate inside the message parser. This delegate
303-
get notified whenever an interesting event happen during the parsing.
302+
message parser client registers a delegate inside the message parser. This delegate
303+
gets notified whenever an interesting event happens during the parsing.
304304
305305
```cpp
306306
void set_delegate(Delegate* delegate);
@@ -511,7 +511,6 @@ There are currently at least four event queues (Plaftorm, BLE, USB, IP) in mbed
511511
[phase_2_architecture]: phase_2_architecture.png
512512
[nfc_controller_diagram]: uml_diagram_controller.png
513513
[nfc_endpoints_diagram]: uml_diagram_endpoints.png
514-
[ndef_diagram]: uml_diagram_ndef.png
515514
[interop_test_rig]: interop_test_rig.png
516515
[ndef_message_parser_diagram]: uml_diagram_ndef_message_parser.png
517516
[ndef_record_parser_diagram]: uml_diagram_ndef_record_parser.png

0 commit comments

Comments
 (0)