From 8ab1c1eaaf25e0688d893a70708aba31188f76d1 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Mon, 8 Jun 2015 17:46:01 +0200 Subject: Split out text format into its own document. --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index ad0c80c..bb9d339 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -125,7 +125,7 @@ conflict-avoidance practices surrounding string names: that modules could optionally use as a starting point to further refine. * For example, to use all of [the MVP](MVP.md) plus [SIMD](EssentialPostMVPFeatures.md#fixed-width-simd) the declaration could be "base" followed by the list of SIMD opcodes used. - * This feature would also be most useful for people handwriting the [text format](MVP.md#text-format). + * This feature would also be most useful for people handwriting the [text format](TextFormat.md). * However, such a version declaration does not establish a global "version" for the module or affect anything outside of the initialization of the index spaces; decoders would remain versionless and simply add cases for new *names* (as with current JS parsers). -- cgit v1.2.3