Skip to content

Commit

Permalink
Another two typos fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmarek committed Mar 3, 2020
1 parent 6e722b9 commit 07fcf44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/asdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ Using ASDF internals
--------------------

If you have to use or extend internal functionality not currently exported by
ASDF, please contact us and have us negociate a proper, stable, tested interface
ASDF, please contact us and have us negotiate a proper, stable, tested interface
that you can actually rely on. Also, please *DO NOT* refer to specific
subpackages such as `asdf/find-system` from the outside of ASDF, because
functions may occasionally be moved from one internal package to the other,
without notification. They have in the past and will in the future.
Instead, when refering to symbols in ASDF, we recommend you either have
Instead, when referring to symbols in ASDF, we recommend you either have
your package `:use` the package `:asdf` or `:import-from` it, or that
you shall use `asdf:` or `asdf::` as a prefix to the symbols.
And once again, please contact us if you have to use non-exported symbols.
Expand Down

0 comments on commit 07fcf44

Please sign in to comment.