diff --git a/core/src/main/scala/org/dbpedia/extraction/util/GeezNumberUtils.scala b/core/src/main/scala/org/dbpedia/extraction/util/GeezNumberUtils.scala index 2c8672bca..3b41b2673 100644 --- a/core/src/main/scala/org/dbpedia/extraction/util/GeezNumberUtils.scala +++ b/core/src/main/scala/org/dbpedia/extraction/util/GeezNumberUtils.scala @@ -28,7 +28,7 @@ class GeezNumberUtils { '፼' -> 10000 ) - // Preprocesses and converts geez scripts to arabic numeral. + // Preprocesses and converts geez scripts to Arabic numerals. def preprocess(geezStr: String): List[Int] = { val strippedGeezStr = geezStr.trim val stack = scala.collection.mutable.ListBuffer[Int]()