mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 11:09:51 +00:00
Fixed broken example in documentation.
This commit is contained in:
parent
7ad0b9a20a
commit
fbd35a1a3a
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ type alias Instance container obs =
|
|||
...
|
||||
div
|
||||
[]
|
||||
[ myButton.view addr model.mdl ]
|
||||
[ myButton.view addr [] model.mdl ]
|
||||
-}
|
||||
instance :
|
||||
Int
|
||||
|
|
Loading…
Reference in a new issue