From 3399562c10ca7e0c20526b4fb1477dc3fc1399d8 Mon Sep 17 00:00:00 2001 From: DragonDev1906 <8270201+DragonDev1906@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:57:07 +0100 Subject: [PATCH] Fix typo in spec.md --- docs/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec.md b/docs/spec.md index d7456a2d..c4d31e3c 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -54,7 +54,7 @@ See the documentation of [FixintEncoding](https://docs.rs/bincode/2.0.0-rc/binco Enums are encoded with their variant first, followed by optionally the variant fields. The variant index is based on the `IntEncoding` during serialization. -Both named and unnamed fields are serialized with their values only, and therefor encode to the same value. +Both named and unnamed fields are serialized with their values only, and therefore encode to the same value. ```rust #[derive(bincode::Encode)]