Skip to content

Commit 9ef372d

Browse files
committed
docs: optimize comment
Change-Id: I4ba0bdec561c5da0a461ecb6e5b247db7ea769cc
1 parent bf8c748 commit 9ef372d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagexpr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ func (t *TagExpr) Range(fn func(exprSelector string, eval func() interface{}) bo
448448

449449
// Field returns the field value specified by the selector.
450450
// NOTE:
451-
// Return nil if the field is not exist;
451+
// Return nil if the field is not exist
452452
func (t *TagExpr) Field(fieldSelector string) interface{} {
453453
f, ok := t.s.fields[fieldSelector]
454454
if !ok {

0 commit comments

Comments
 (0)