Explorar el Código

Fixed type in update example.

Benno Evers hace 6 años
padre
commit
94c0215d6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/update.cpp

+ 1 - 1
examples/update.cpp

@@ -33,7 +33,7 @@ int main()
 
     std::vector<double> xt(2), yt(2);
 
-    plt::title("Tangent of a since curve");
+    plt::title("Tangent of a sine curve");
     plt::xlim(x.front(), x.back());
     plt::ylim(-a, a);
     plt::axis("equal");