summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-15 14:04:10 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-15 14:04:10 -0700
commita288f761c1e7228592422fc968de9fc0ce132fc8 (patch)
tree9c9ff50fc7982e3df9186bee6af61fd63ce5f30a
parent4d89a44b2626ca52998344b95f6f86ea068c4e56 (diff)
Small typographical tweak.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index feaa4d5..1e9d9e6 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:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback