Skip to content

Commit d2b2f40

Browse files
committed
typo
1 parent b6a6c74 commit d2b2f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (a *Ase) GetLayerByName(name string) *Layer {
6363
return a.Layers[idx]
6464
}
6565

66-
// GetLayerByName returns the layer with the given UUID.
66+
// GetLayerByUUID returns the layer with the given UUID.
6767
// Returns nil if no layer is found with that UUID.
6868
func (a *Ase) GetLayerByUUID(id uuid.UUID) *Layer {
6969
idx := slices.IndexFunc(a.Layers, func(l *Layer) bool {

0 commit comments

Comments
 (0)