Skip to content

Commit

Permalink
fix typo in interface.go
Browse files Browse the repository at this point in the history
  • Loading branch information
miluchen committed Jun 26, 2022
1 parent 8acf4e5 commit cb394bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ type TrianglesClipped interface {
// Picture represents a rectangular area of raster data, such as a color. It has Bounds which
// specify the rectangle where data is located.
type Picture interface {
// Bounds returns the rectangle of the Picture. All data is located witih this rectangle.
// Bounds returns the rectangle of the Picture. All data is located witin this rectangle.
// Querying properties outside the rectangle should return default value of that property.
Bounds() Rect
}
Expand Down

0 comments on commit cb394bc

Please sign in to comment.