Fix line length in rd file
Change-Id: Ib291adce98ef78d5401ff2957d05c6d597049f86
diff --git a/R/KorAPConnection.R b/R/KorAPConnection.R
index fc0d824..e8a7e49 100644
--- a/R/KorAPConnection.R
+++ b/R/KorAPConnection.R
@@ -201,7 +201,8 @@
#' @examples
#' \dontrun{
#' kco <- new("KorAPConnection", verbose = TRUE) %>% auth()
-#' df <- collocationAnalysis(kco, "focus([marmot/p=ADJA] {Ameisenplage})", leftContextSize=1, rightContextSize=0)
+#' df <- collocationAnalysis(kco, "focus([marmot/p=ADJA] {Ameisenplage})",
+#' leftContextSize=1, rightContextSize=0)
#' }
#'
#' @seealso [persistAccessToken()], [clearAccessToken()]