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 99725e1 commit 77e2edfCopy full SHA for 77e2edf
lib/scenic/assets/static.ex
@@ -342,7 +342,7 @@ defmodule Scenic.Assets.Static do
342
Example:
343
```elixir
344
alias Scenic.Assets.Static
345
- library = Scenic.Assets.Static.library()
+ library = Static.library()
346
347
{:ok, "VvWQFjblIwTGsvGx866t8MIG2czWyIc8by6Xc88AOns"} = Static.hash( library, :parrot )
348
{:ok, "VvWQFjblIwTGsvGx866t8MIG2czWyIc8by6Xc88AOns"} = Static.hash( library, "images/parrot.png" )
@@ -370,7 +370,7 @@ defmodule Scenic.Assets.Static do
370
371
372
373
- {:ok, meta} = Scenic.Assets.Static.fetch( :parrot )
+ {:ok, meta} = Scenic.Assets.Static.meta( :parrot )
374
```
375
"""
376
@spec meta(id :: any) :: {:ok, meta :: any} | :error
0 commit comments