doc: remove repetitive words (#31105)

Signed-off-by: hishope <csqiye@126.com>
This commit is contained in:
John 2024-03-25 17:27:09 +08:00 committed by GitHub
parent 0ac9bb4a9c
commit ced7629d7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ func InsertOutOfTarget(n *filterNode, c *Collection, msg *InsertMsg) error {
return merr.WrapErrParameterInvalid(msg.GetCollectionID(), c.ID(), "msg not target because of collection")
}
// all growing will be be in-memory to support dynamic partition load/release
// all growing will be in-memory to support dynamic partition load/release
return nil
}
@ -88,7 +88,7 @@ func DeleteOutOfTarget(n *filterNode, c *Collection, msg *DeleteMsg) error {
return merr.WrapErrParameterInvalid(msg.GetCollectionID(), c.ID(), "msg not target because of collection")
}
// all growing will be be in-memory to support dynamic partition load/release
// all growing will be in-memory to support dynamic partition load/release
return nil
}