Fix Remove method doc comment

This commit is contained in:
Marius Orcsik 2021-03-27 14:02:26 +01:00
parent 6f428a28ab
commit 95774ab532
No known key found for this signature in database
GPG key ID: 7970BDC7D4CB2674

View file

@ -89,7 +89,7 @@ func (i ItemCollection) Contains(r Item) bool {
return false
}
// Contains verifies if IRIs array contains the received one
// Remove removes the r Item from the i ItemCollection if it contains it
func (i *ItemCollection) Remove(r Item) {
li := len(*i)
if li == 0 {