Index: pkg/front_end/lib/src/fasta/parser/parser.md |
diff --git a/pkg/front_end/lib/src/fasta/parser/parser.md b/pkg/front_end/lib/src/fasta/parser/parser.md |
index aedf6cec62328e9414f43884a9b36c989ce07db3..de6b27388e9756775c3a7fabc3ae2c9245b9a25f 100644 |
--- a/pkg/front_end/lib/src/fasta/parser/parser.md |
+++ b/pkg/front_end/lib/src/fasta/parser/parser.md |
@@ -6,9 +6,6 @@ BSD-style license that can be found in the LICENSE file. |
# Uses of peek in the parser |
- * In parseClass, the parser uses peekAfterNominalType to select between a |
- mixin application and a regular extends. |
- |
* In parseType, the parser uses peekAfterIfType to tell the difference |
between `id` and `id id`. |