From 5368611b7b12f495159dd8d3ec69b9596a29d4a2 Mon Sep 17 00:00:00 2001 From: Za Wilcox Date: Mon, 22 Jul 2024 03:48:32 -0600 Subject: [PATCH] add 'be' (#708) --- book/src/tutorial/importing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/tutorial/importing.md b/book/src/tutorial/importing.md index 56d01746..68d1225f 100644 --- a/book/src/tutorial/importing.md +++ b/book/src/tutorial/importing.md @@ -25,7 +25,7 @@ help with serialization in the following ways: ### Default byte-oriented serialization With the `serialization` feature, which is enabled by default, all structs that -need to communicated will have `serialize()` and `deserialize()` methods. The +need to be communicated will have `serialize()` and `deserialize()` methods. The serialization format is described in [Serialization Format](../user/serialization.md).