[doc] Fix location of upb's message accessor API

PiperOrigin-RevId: 527187842
pull/13171/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent b399576ccd
commit 22229bcaf9
  1. 2
      docs/wrapping-upb.md

@ -235,7 +235,7 @@ APIs to do this do not exist yet.
To use MiniTable-based access:
1. Load and access MiniDescriptors data using the interfaces in upb/mini_table.h.
2. Access message data using the interfaces in upb/msg_accessors.h.
2. Access message data using the interfaces in upb/message/accessors.h.
## Memory Management

Loading…
Cancel
Save