Commit a1454907 authored by Kris Giesing's avatar Kris Giesing

Fix formatting issue

parent 4f22f3ec
...@@ -12,8 +12,8 @@ class SpringDescription { ...@@ -12,8 +12,8 @@ class SpringDescription {
final double springConstant; final double springConstant;
/// The damping coefficient. /// The damping coefficient.
/// Note: Not to be confused with the damping ratio. Use the separate /// Not to be confused with the damping ratio. Use the separate
/// constructor provided for this purpose /// constructor provided for this purpose
final double damping; final double damping;
SpringDescription( SpringDescription(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment