浏览代码

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");