Fix line length in rd file

Change-Id: Ib291adce98ef78d5401ff2957d05c6d597049f86
diff --git a/man/auth-KorAPConnection-method.Rd b/man/auth-KorAPConnection-method.Rd
index 8a1ab5d..ff41b6b 100644
--- a/man/auth-KorAPConnection-method.Rd
+++ b/man/auth-KorAPConnection-method.Rd
@@ -25,7 +25,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)
 }
 
 }