Skip to content

Commit

Permalink
[doc] Fix location of upb's message accessor API
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 527187842
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Apr 26, 2023
1 parent b399576 commit 22229bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wrapping-upb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 22229bc

Please sign in to comment.