Fix typo: enocodable -> encodable

Fixes #250
This commit is contained in:
Sebastian Thiel
2020-04-14 08:51:01 +08:00
parent 0b513a9a53
commit 8e9ce08aa2

View File

@@ -222,7 +222,7 @@ The ${link('delegate trait', delegate_url)} is default-implemented, allowing you
${'##'} Optional Parts in Server-Requests
All structures provided by this library are made to be ${link('enocodable', request_trait_url)} and
All structures provided by this library are made to be ${link('encodable', request_trait_url)} and
${link('decodable', response_trait_url)} via *json*. Optionals are used to indicate that partial requests are responses
are valid.
Most optionals are are considered ${link('Parts', part_trait_url)} which are identifiable by name, which will be sent to