Skip to content

Commit

Permalink
fix backslash in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Oct 28, 2023
1 parent 35c21dc commit 51a1d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ end
Linear spring and linear damper in parallel acting as line force between `frame_a` and `frame_b`. A force `f` is exerted on the origin of `frame_b` and with opposite sign on the origin of `frame_a` along the line from the origin of `frame_a` to the origin of `frame_b` according to the equation:
```math
f = c (s - s_{unstretched}) + d\cdot D(s)
f = c (s - s_{unstretched}) + d \\cdot D(s)
```
where `c`, `s_unstretched` and `d` are parameters, `s` is the distance between the origin of `frame_a` and the origin of `frame_b` and `D(s)` is the time derivative of `s`.
"""
Expand Down

0 comments on commit 51a1d1f

Please sign in to comment.