Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
linsyking committed May 6, 2023
1 parent 639a7f5 commit 65fa2fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Canvas/Video.elm
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ module Canvas.Video exposing
, dimensions
)

{-| This module exposes the types and functions to load and work with textures.
{-| This module exposes the types and functions to load and work with videos.
You can load textures by using `toHtmlWith`, and use them to draw with
`Canvas.texture`.
You can load videos by using `toHtmlWith`, and use them to draw with
`Canvas.video`.
# Loading Textures
# Loading Videos
## From an external source
Expand Down

0 comments on commit 65fa2fc

Please sign in to comment.