From cc3545ac3b2718002aa2f9607462a52ded32356d Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 4 Mar 2022 17:07:41 +0100 Subject: [PATCH] fixup! Readd a `SearchRenderer` constructor without `Library` argument. --- include/search_renderer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/search_renderer.h b/include/search_renderer.h index b16567ee1..627699a69 100644 --- a/include/search_renderer.h +++ b/include/search_renderer.h @@ -49,8 +49,8 @@ class SearchRenderer /** * Construct a SearchRenderer from a SearchResultSet. * - * The constructed version of the SearchRendered will not introduce - * the book name for each result. It is better to use the another constructor + * The constructed version of the SearchRenderer will not introduce + * the book name for each result. It is better to use the other constructor * with a Library pointer to have a better html page. * * @param srs The `SearchResultSet` to render.