Skip to content

Commit

Permalink
Better variable name in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Mar 23, 2024
1 parent 3847f66 commit 85f8854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BackendTask/File.elm
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ You could read a file called `hello.jpg` in your root project directory like thi
import BackendTask.File as File
import Bytes exposing (Bytes)
elmJsonFile : BackendTask Bytes
elmJsonFile =
elmBinaryFile : BackendTask Bytes
elmBinaryFile =
File.binaryFile "hello.jpg"
-}
Expand Down

0 comments on commit 85f8854

Please sign in to comment.