From 16eef56444fc4f6c42e7e4c0cfc2c17479c54dea Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Wed, 1 Feb 2017 10:15:08 +0100
Subject: [PATCH] Corrected explanation

---
 .../V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java | 6 +++---
 .../V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java | 4 ++--
 .../V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java | 4 ++--
 .../V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/P/Sd1/math/V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java b/P/Sd1/math/V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
index 2f85fa005..40eecfb88 100644
--- a/P/Sd1/math/V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
+++ b/P/Sd1/math/V1/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
@@ -5,7 +5,7 @@ package de.hdm_stuttgart.de.sd1.math;
  * using Firefox or Safari web browsers.
  * 
  * This class is used to illustrate the implementation of a subset of functions from
- * {@link java.lang.Math} by means of their corresponding power series.
+ * {@link java.lang.Math} using power series expansions.
  *
  */
 public class Math {
@@ -14,7 +14,7 @@ public class Math {
   
   /**
    *  
-   * @param seriesLimit The last term's index of a power series to be included,
+   * @param seriesLimit The last term's index of a power series to be included.
    *   
    */
   public static void setSeriesLimit(int seriesLimit) {
@@ -23,7 +23,7 @@ public class Math {
   
   /**
    * Approximating the natural exponential function by a finite
-   * number of terms from the corresponding power series:
+   * number of terms using power series expansion:
    * 
    * {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
diff --git a/P/Sd1/math/V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java b/P/Sd1/math/V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
index a840e312c..824e8e17b 100644
--- a/P/Sd1/math/V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
+++ b/P/Sd1/math/V2/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
@@ -5,7 +5,7 @@ package de.hdm_stuttgart.de.sd1.math;
  * using Firefox or Safari web browsers.
  * 
  * This class is used to illustrate the implementation of a subset of functions from
- * {@link java.lang.Math} by means of their corresponding power series.
+ * {@link java.lang.Math} by means of power series expansion.
  *
  */
 public class Math {
@@ -23,7 +23,7 @@ public class Math {
   
   /**
    * Approximating the natural exponential function by a finite
-   * number of terms from the corresponding power series:
+   * number of terms from the corresponding power series expansion:
    * 
    * {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
diff --git a/P/Sd1/math/V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java b/P/Sd1/math/V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
index bbfd92689..6351ec76f 100644
--- a/P/Sd1/math/V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
+++ b/P/Sd1/math/V3/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
@@ -5,7 +5,7 @@ package de.hdm_stuttgart.de.sd1.math;
  * using Firefox or Safari web browsers.
  * 
  * This class is used to illustrate the implementation of a subset of functions from
- * {@link java.lang.Math} by means of their corresponding power series.
+ * {@link java.lang.Math} by means of power series expansion.
  *
  */
 public class Math {
@@ -23,7 +23,7 @@ public class Math {
   
   /**
    * Approximating the natural exponential function by a finite
-   * number of terms from the corresponding power series:
+   * number of terms from the corresponding power series expansion:
    * 
    * {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
diff --git a/P/Sd1/math/V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java b/P/Sd1/math/V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
index 71a7738af..13b3038a4 100644
--- a/P/Sd1/math/V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
+++ b/P/Sd1/math/V4/src/main/java/de/hdm_stuttgart/de/sd1/math/Math.java
@@ -5,7 +5,7 @@ package de.hdm_stuttgart.de.sd1.math;
  * using Firefox or Safari web browsers.
  * 
  * This class is used to illustrate the implementation of a subset of functions from
- * {@link java.lang.Math} by means of their corresponding power series.
+ * {@link java.lang.Math} by means of power series expansion.
  *
  */
 public class Math {
@@ -25,7 +25,7 @@ public class Math {
   
   /**
    * Approximating the natural exponential function by a finite
-   * number of terms from the corresponding power series:
+   * number of terms from the corresponding power series expansion:
    * 
    * {@html.extend
 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
-- 
GitLab