Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace 'decode' terminology with 'render'
"Decode" ordinarily refers to turning a serialized representation into an in-memory representation, which is the opposite of what is happening in this code. We could say "encode" but "render" is even clearer.
- Loading branch information