diff --git a/features/nfc/nfc/ndef/MessageBuilder.h b/features/nfc/nfc/ndef/MessageBuilder.h index a170c4f38b..ed443ed142 100644 --- a/features/nfc/nfc/ndef/MessageBuilder.h +++ b/features/nfc/nfc/ndef/MessageBuilder.h @@ -117,6 +117,7 @@ public: * Append a new record to the message being built. * * @param record The record to insert. + * @param builder The builder that will construct the payload. * * @return true if the record has been successfully inserted or false otherwise. *