Fix long lines in documentation complaints
Change-Id: Ifd48b9b3a6714f2bbae4d99317a225b8818d2bcc
diff --git a/man/KorAPQuery.Rd b/man/KorAPQuery.Rd
index 89ea8fe..cfe7e4f 100644
--- a/man/KorAPQuery.Rd
+++ b/man/KorAPQuery.Rd
@@ -36,7 +36,8 @@
q <- KorAPFetchAll(q)
summary(q$collectedMatches)
-q <- KorAPQuery(con, KorAPUrl = "https://korap.ids-mannheim.de/?q=Ameise&cq=pubDate+since+2017&ql=poliqarp&cutoff=1")
+q <- KorAPQuery(con,
+ KorAPUrl = "https://korap.ids-mannheim.de/?q=Ameise&cq=pubDate+since+2017&ql=poliqarp")
q$meta$totalResults
}