Skip to content

Commit

Permalink
Update introduction.livemd
Browse files Browse the repository at this point in the history
"instance" -> "struct"
  • Loading branch information
bradhanks authored Sep 12, 2024
1 parent a84ecae commit 5c500e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livebooks/introduction.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IO.puts("Version: " <> Vix.Vips.version())

## Vips Image

All image IO operations, such as reading and writing files, are available in the `Vix.Vips.Image` module. The `Image` module also contains functions to get image attributes. Most Vips operations take a `%Vix.Vips.Image{}` instance.
All image IO operations, such as reading and writing files, are available in the `Vix.Vips.Image` module. The `Image` module also contains functions to get image attributes. Most Vips operations take a `%Vix.Vips.Image{}` struct.

```elixir
alias Vix.Vips.Image
Expand Down

0 comments on commit 5c500e3

Please sign in to comment.