From c403f9b444d4d36dfc6b8fb5f67cc3ec7f250f3c Mon Sep 17 00:00:00 2001 From: joeduffy Date: Sun, 1 Jan 2017 18:33:28 -0800 Subject: [PATCH] Nit, shorten the ridiculously lengthy title --- docs/design/formats.md | 2 +- docs/design/mupack.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/formats.md b/docs/design/formats.md index 751b68f0a..ab5f5f916 100644 --- a/docs/design/formats.md +++ b/docs/design/formats.md @@ -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 diff --git a/docs/design/mupack.md b/docs/design/mupack.md index 37e5cf4de..2fc024ce5 100644 --- a/docs/design/mupack.md +++ b/docs/design/mupack.md @@ -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.