summaryrefslogtreecommitdiff
path: root/CONTRIBUTING-CODE.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-09-06 23:54:15 -0600
committerDan Allen <dan.j.allen@gmail.com>2020-09-07 03:31:23 -0600
commit5c5a8e7a270c4311d7e58f1f58c6eada1389e692 (patch)
treef7fbc0a9bbe54f2309198c0d3bcf1ea719f9a3ab /CONTRIBUTING-CODE.adoc
parentc40aebd0257d94fdaa2616902e43ad31e1327f34 (diff)
rebuild parser using latest versio of tt and remove redundant extends calls
Diffstat (limited to 'CONTRIBUTING-CODE.adoc')
-rw-r--r--CONTRIBUTING-CODE.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING-CODE.adoc b/CONTRIBUTING-CODE.adoc
index 55f62272..643a81d1 100644
--- a/CONTRIBUTING-CODE.adoc
+++ b/CONTRIBUTING-CODE.adoc
@@ -283,4 +283,5 @@ Use the following command to regenerate the parser:
bundle exec tt lib/asciidoctor/pdf/formatted_text/parser.treetop
-You then need to commit both files.
+Then look for any places that a type is mixed into an object multiple times and remove the duplicate.
+Finally, you then need to commit both files.