Skip to content

Commit

Permalink
Merge pull request faiface#308 from miluChen/patch-2
Browse files Browse the repository at this point in the history
fix typo in interface.go
  • Loading branch information
cebarks committed Jun 27, 2022
2 parents 8acf4e5 + 2c3a9a0 commit 069cc4e
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 within this rectangle.
// Querying properties outside the rectangle should return default value of that property.
Bounds() Rect
}
Expand Down

0 comments on commit 069cc4e

Please sign in to comment.