Fix typo in user doc, intro.md

Changed `Avro ships it ships with` to `Avro ships with`.
This commit is contained in:
Nathan Hernandez 2016-01-24 21:43:46 +00:00
parent 208954344d
commit 6a22bf4f57

View File

@ -67,9 +67,9 @@ Arvo is an event-driven OS written in Hoon. It can upgrade
itself and everything inside it over the network. The Arvo
kernel proper is 500 lines of Hoon, which implements a typed
event system with explicit call-stack structure. Arvo ships
it ships with modules that provide P2P networking (`%ames`), a
revision-control system (`%clay`), a web client/server (`%eyre`),
a functional build system (`%ford`), and an application engine
with modules that provide P2P networking (`%ames`), a revision-
control system (`%clay`), a web client/server (`%eyre`), a
functional build system (`%ford`), and an application engine
`(%gall)`.
### `%ames`