fix haddock markup

This commit is contained in:
nek0 2021-01-02 23:21:01 +01:00
parent cd303affc8
commit 20954c0484
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class (Show c, Mass c) => Collidible c where
collisionCheck
:: (Collidible other)
=> Double -- Time step length
=> Double -- ^ Time step length
-> c -- ^ First object
-> other -- ^ second object
-> Bool -- ^ Do the objects collide?