We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a011d1 commit e894f8bCopy full SHA for e894f8b
guides/overview_scene.md
@@ -52,7 +52,7 @@ whose helper function is imported from the `Scenic.Components` module.
52
53
@graph Graph.build()
54
|> text("Hello World", font_size: 22, translate: {20, 80})
55
- |> button({"Do Something", :btn_something}, translate: {20, 180})
+ |> button("Do Something", translate: {20, 180})
56
57
def init( _scene_args, _options ) do
58
{:ok, @graph, push: @graph}
0 commit comments