mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 11:09:51 +00:00
Doc fix
This commit is contained in:
parent
40b0eaf017
commit
cc4da1c07f
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 [ Button.colored ] [ text "Click me!" ]
|
||||
-}
|
||||
instance :
|
||||
Int
|
||||
|
|
Loading…
Reference in a new issue