Skip to content

Commit

Permalink
Docs: title is required for Button usage (#629)
Browse files Browse the repository at this point in the history
* Docs: title is required for Button usage

* Tickre -> Ticker
  • Loading branch information
nireno authored and bryphe committed Nov 11, 2019
1 parent de99302 commit 1a6d6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UI_Components/Button.rei
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Simple out-of-box button component
{2 Usage:}
{[
<Button width=50 height=150 color=Colors.blue />
<Button width=50 height=150 color=Colors.blue title="Ok"/>
]}
*/
let make:
Expand Down
2 changes: 1 addition & 1 deletion src/index.mld
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Framework for fast, native code, cross-platform GUI applications.
{li {{:../Revery/Revery_UI_Components/ScrollView/index.html} ScrollView}}
{li {{:../Revery/Revery_UI_Components/Slider/index.html} Slider}}
{li {{:../Revery/Revery_UI_Components/Stack/index.html} Stack}}
{li {{:../Revery/Revery_UI_Components/Ticker/index.html} Tickre}}
{li {{:../Revery/Revery_UI_Components/Ticker/index.html} Ticker}}
{li {{:../Revery/Revery_UI_Components/Tree/index.html} Tree}}
}
}
Expand Down

0 comments on commit 1a6d6fe

Please sign in to comment.