Skip to content

Commit

Permalink
Removed redundant bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlu-Y committed Sep 3, 2024
1 parent 0609bdf commit f3fabac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/drasil-example/dblpend/lib/Drasil/DblPend/Body.hs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ motivation = foldlSent_ [S "To simulate", phraseNP (motion `the_ofThe` pendulum)
background :: Sentence
background = foldlSent_ [phraseNP (a_ pendulum), S "consists" `S.of_` phrase mass,
S "attached to the end" `S.ofA` phrase rod `S.andIts` S "moving curve" `S.is`
(S "highly sensitive to initial conditions")]
S "highly sensitive to initial conditions"]

symbolsAll :: [QuantityDict]
symbolsAll = symbols ++ scipyODESymbols ++ osloSymbols ++ apacheODESymbols ++ odeintSymbols
Expand Down

0 comments on commit f3fabac

Please sign in to comment.