diff --git a/docs/wrapping-upb.md b/docs/wrapping-upb.md index edd628359f..59f769cc6e 100644 --- a/docs/wrapping-upb.md +++ b/docs/wrapping-upb.md @@ -234,7 +234,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/decode.h. +1. Load and access MiniDescriptors data using the interfaces in upb/mini_descriptor/decode.h. 2. Access message data using the interfaces in upb/message/accessors.h. ## Memory Management