diff options
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/binary_size.md | 2 | ||||
| -rw-r--r-- | notes/original_proposal.md | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/notes/binary_size.md b/notes/binary_size.md index a79cf9b..57d633c 100644 --- a/notes/binary_size.md +++ b/notes/binary_size.md @@ -21,7 +21,7 @@ Replacing reqwest with minreq:      (so, not worth it, at least while using fatcat_openapi with hyper+tokio)  Note that release builds with LTO take *quite* a long time (many minutes). We -probably don't want that to be the defualt for `fatcatd` builds. +probably don't want that to be the default for `fatcatd` builds.      cargo bloat --release --crates diff --git a/notes/original_proposal.md b/notes/original_proposal.md index 2a0c8fa..01d190a 100644 --- a/notes/original_proposal.md +++ b/notes/original_proposal.md @@ -69,7 +69,7 @@ Argument conventions:      ':'     Lookup specifier for entity (eg, external identifier like `doi:10.123/abc`)      '='     Assign field to value in create or update contexts. Non-string -            values often can be infered by field type +            values often can be inferred by field type      ':='    Assign field to non-string value in create or update contexts @@ -92,7 +92,7 @@ Small details (mostly TODO):      '@'     Form field  Output goes to stdout (pretty-printed), unless specified to `--download / -d`), -in which case output file is infered, or `--output` sets it explicitly. +in which case output file is inferred, or `--output` sets it explicitly.  ### Internet Archive `ia` Tool | 
