diff --git a/pkg/wfc/wave.go b/pkg/wfc/wave.go index 6f1fb0b..4ce48e6 100644 --- a/pkg/wfc/wave.go +++ b/pkg/wfc/wave.go @@ -57,7 +57,7 @@ func New(tiles []image.Image, width, height int) *Wave { // NewWithCustomConstraints creates a new wave collapse function with the given // adjacency constraint calculation function. Use this if you'd like custom -// logic for specifing constraints. +// logic for specifying constraints. func NewWithCustomConstraints(tiles []image.Image, width, height int, fn ConstraintFunc) *Wave { wave := &Wave{ Width: width,