Skip to content
Browse files

Fixed typo in the Dynamics playground page.

  • Loading branch information...
1 parent 5f6f2d3 commit 2fad071ed013cf0e00f1f24461f178542967b73e @sgl0v sgl0v committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 Playground.playground/Pages/Dynamics.xcplaygroundpage/Contents.swift
View
2 Playground.playground/Pages/Dynamics.xcplaygroundpage/Contents.swift
@@ -6,7 +6,7 @@ import Advance
var f = SpringFunction(target: 0.0)
-var sim = DynamicSimulation(function: f, value: 0.0)
+var sim = DynamicSolver(function: f, value: 0.0)
sim.velocity = 800.0

0 comments on commit 2fad071

Please sign in to comment.
Something went wrong with that request. Please try again.