Skip to content

Commit a682223

Browse files
committed
Minor text change
1 parent 5bdbee6 commit a682223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/arangodb/v1alpha/deployment_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func (l MemberStatusList) ContainsID(id string) bool {
196196
}
197197

198198
// ElementByPodName returns the element in the given list that has the given pod name and true.
199-
// If no such element exists, false is returned.
199+
// If no such element exists, an empty element and false is returned.
200200
func (l MemberStatusList) ElementByPodName(podName string) (MemberStatus, bool) {
201201
for i, x := range l {
202202
if x.PodName == podName {

0 commit comments

Comments
 (0)