From 34495f8d68349a2c38779ee22748ae9248f507e4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 9 Sep 2022 12:22:28 -0700 Subject: [PATCH] Fixed minor type in the docs. PiperOrigin-RevId: 473314519 --- docs/wrapping-upb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wrapping-upb.md b/docs/wrapping-upb.md index 2bd35ae447..3c3114947a 100644 --- a/docs/wrapping-upb.md +++ b/docs/wrapping-upb.md @@ -178,7 +178,7 @@ To use reflection-based access: ### MiniTables -MiniTables are a "lite" schema representation that are much smaller that +MiniTables are a "lite" schema representation that are much smaller than reflection. MiniTables omit names, options, and almost everything else from the `.proto` file, retaining only enough information to parse and serialize binary format.