Skip to content

Commit 28ca542

Browse files
committed
fix a minor documentation error the example showing how to call a script from a graph.
1 parent bb18619 commit 28ca542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scenic/script.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ defmodule Scenic.Script do
126126
```elixir
127127
graph =
128128
Graph.build()
129-
|> script(chx_id, id: :chx, hidden: !checked?})
129+
|> script(chx_id, id: :chx, hidden: !checked?)
130130
```
131131
132132
## Script State

0 commit comments

Comments
 (0)