From 1543b3e48ac1c64e4874ee48adbba65bc85c8dbe Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 6 Oct 2022 20:26:48 +0800 Subject: [PATCH] Fix typos Found via `codespell -S deps -L crate,ser` --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd22092..3ea516a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The first pass involves mapping the input object according to any custom encodin The second pass performs the actual encoding of the input to a JSON string. This is done in the Rust NIF. -If custom encoding defintions are not required, the first pass can be disabled entirely by passing `lean: true` in the encode opts. When operating in this mode, structs will always be encoded as if they were maps regardless of custom encoder implementations. +If custom encoding definitions are not required, the first pass can be disabled entirely by passing `lean: true` in the encode opts. When operating in this mode, structs will always be encoded as if they were maps regardless of custom encoder implementations. ## Performance diff --git a/RELEASE.md b/RELEASE.md index 19b28e3..8939326 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,4 +7,4 @@ From: https://hexdocs.pm/rustler_precompiled/precompilation_guide.html#recommend - `git push --tags` - Wait for the associated GitHub actions to finish - Run `mix rustler_precompiled.download Jsonrs --all` -- Release the packge to hex.pm `mix hex.publish` (making sure to include the correct files (**untested!**) +- Release the package to hex.pm `mix hex.publish` (making sure to include the correct files (**untested!**)