Skip to content

Commit 94c0215

Browse files
author
Benno Evers
committed
Fixed type in update example.
1 parent c48ed30 commit 94c0215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main()
3333

3434
std::vector<double> xt(2), yt(2);
3535

36-
plt::title("Tangent of a since curve");
36+
plt::title("Tangent of a sine curve");
3737
plt::xlim(x.front(), x.back());
3838
plt::ylim(-a, a);
3939
plt::axis("equal");

0 commit comments

Comments
 (0)