From a288f761c1e7228592422fc968de9fc0ce132fc8 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 15 May 2019 14:04:10 -0700 Subject: [PATCH] Small typographical tweak. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feaa4d5295..1e9d9e6011 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ μpb (often written 'upb') is a small protobuf implementation written in C. upb generates a C API for creating, parsing, and serializing messages -as declared in `.proto` files. upb is heavily arena-based -- all +as declared in `.proto` files. upb is heavily arena-based: all messages always live in an arena (note: the arena can live in stack or static memory if desired). Here is a simple example: