Nit, shorten the ridiculously lengthy title

This commit is contained in:
joeduffy 2017-01-01 18:33:28 -08:00
parent 17a0f62f8d
commit c403f9b444
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ Each MetaMu program is *compiled* into a MuPackage, encoded in MuPack.
## Mu Package Metadata (MuPack) and Intermediate Language (IL)
Each MuPackage is encoded in MuPack and serialized in a JSON/YAML form for easy toolability. The full MuPack and MuIL
specifications are available in the [Mu Package Metadata (MuPack) and Intermediate Language (IL) design doc](mupack.md).
specifications are available in the [Mu Package Metadata (MuPack) design doc](mupack.md).
### MuPack

View file

@ -1,4 +1,4 @@
# Mu Package Metadata (MuPack) and Intermediate Language (IL)
# Mu Package Metadata (MuPack)
This document describes the overall concepts, capabilities, and serialization format for MuPack. It also describes the
intermediate language (IL) and type system for MuPack, something we refer to as MuIL.