Selaa lähdekoodia

Обновить 'Elliptic-integrals/README.md'

Alshevskij Dmitrij Alshevskij 1 vuosi sitten
vanhempi
commit
7e3e169b36
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Elliptic-integrals/README.md

+ 1 - 1
Elliptic-integrals/README.md

@@ -15,7 +15,7 @@ std::vector<double> Elliptic_Integrals::Elliptic(const double phi, const double
 **Returns:**
 A vector containing the values of F(ϕ,k) (at the first position) and E(ϕ,k) (at the second position).
 
-**Exception:s**
+**Exceptions:**
 * Throws an error if 'k' is not within the range [−1,1]
 * Throws an error if 'phi' is not within the range [0,90]