Skip to content

Commit

Permalink
Merge pull request #11 from kianmeng/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
benhaney authored Oct 6, 2022
2 parents 75a34c5 + 1543b3e commit f700143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**)

0 comments on commit f700143

Please sign in to comment.