From ef5cc9d811f13b07e99f8976fa71bda82965f268 Mon Sep 17 00:00:00 2001 From: Xavier Coulon Date: Sat, 20 Nov 2021 13:40:44 +0100 Subject: [PATCH] chore(parser): update comment (#859) Signed-off-by: Xavier Coulon --- pkg/parser/document_processing_aggregate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/parser/document_processing_aggregate.go b/pkg/parser/document_processing_aggregate.go index e34d6657..0b3ca6f7 100644 --- a/pkg/parser/document_processing_aggregate.go +++ b/pkg/parser/document_processing_aggregate.go @@ -8,7 +8,6 @@ import ( // Aggregate pipeline task which organizes the sections in hierarchy, and // keeps track of their references. -// Also, joins a // Also, takes care of wrapping all blocks between header (section 0) and first child section // into a `Preamble` // Also, takes care of inserting the Table of Contents