Преглед изворни кода

Fixed type in update example.

Benno Evers пре 6 година
родитељ
комит
94c0215d6a
1 измењених фајлова са 1 додато и 1 уклоњено
  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");