From c469e4e966cfb3866d08369f813eb999a4c3032d Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Fri, 6 Oct 2023 12:02:26 +0900 Subject: [PATCH] doc: update flatbuffers homepage in the book --- book/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/introduction.md b/book/src/introduction.md index 11eda9e..d336537 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -20,7 +20,7 @@ Data format and schema, with a type system as strong as Rust's. -As the name suggests, STEF is a data encoding format, that borrows a lot from existing formats like [Protobuf](https://protobuf.dev), [Cap'n Proto](https://capnproto.org) and [Flatbuffers](https://flatbuffers.org), but in contrast vastly extends the type system to make it as strong as Rust's. +As the name suggests, STEF is a data encoding format, that borrows a lot from existing formats like [Protobuf](https://protobuf.dev), [Cap'n Proto](https://capnproto.org) and [Flatbuffers](https://flatbuffers.dev), but in contrast vastly extends the type system to make it as strong as Rust's. ## Why a stronger type system?