fix haddock markup
This commit is contained in:
parent
cd303affc8
commit
20954c0484
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue