Skip to content

Commit 22229bc

Browse files
[doc] Fix location of upb's message accessor API
PiperOrigin-RevId: 527187842
1 parent b399576 commit 22229bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wrapping-upb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ APIs to do this do not exist yet.
235235
To use MiniTable-based access:
236236

237237
1. Load and access MiniDescriptors data using the interfaces in upb/mini_table.h.
238-
2. Access message data using the interfaces in upb/msg_accessors.h.
238+
2. Access message data using the interfaces in upb/message/accessors.h.
239239

240240
## Memory Management
241241

0 commit comments

Comments
 (0)