Skip to content

Commit 6d41604

Browse files
committed
fix import statement in doc
1 parent b19408c commit 6d41604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/upgrading_to_v0.11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Note that, in this example, we are holding the `Scene` variable inside the state
192192
```elixir
193193
defmodule MyDevice.Scene.Example do
194194
use Scenic.Scene
195-
import Primitives
195+
import Scenic.Primitives
196196

197197
def init(scene, _param, _opts) do
198198
graph = Scenic.Graph.build( font: :roboto )

0 commit comments

Comments
 (0)