From 3948e7403707f48075afbdcc954b04f436282498 Mon Sep 17 00:00:00 2001
From: Lukas Gehrke <lukasgehrke@Lukass-MacBook-Pro.local>
Date: Wed, 2 Jan 2019 09:48:38 +0100
Subject: [PATCH] Korrigiert Dokumentation.

---
 r/GetBirthplace.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/GetBirthplace.R b/r/GetBirthplace.R
index c0dd8b3..227b5c1 100644
--- a/r/GetBirthplace.R
+++ b/r/GetBirthplace.R
@@ -22,7 +22,7 @@ getBirthplace <- function(article) {
   # get Born field
   birthplace <- infoBox[infoBox$Desc %like% "Born",]$Content
   
-  # remove everything before the round brackets
+  # remove everything before the "\n"
   # rest is birthplace
   birthplace <- gsub(".*\\\n", "", birthplace)
   
-- 
GitLab