Fix interface name typo
This commit is contained in:
parent
a7dab0fe43
commit
9990a205d8
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ type Clonable interface {
|
||||||
Clone() Clonable
|
Clone() Clonable
|
||||||
}
|
}
|
||||||
|
|
||||||
type Santisable interface {
|
type Sanitisable interface {
|
||||||
Sanitize()
|
Sanitize()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue