Skip to content

Commit 022384e

Browse files
n
Change-Id: I00a63e9c9ef56fa99b872b687b64dff344a70cf1
1 parent 6666f39 commit 022384e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reflect/type.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ type Type interface {
241241
// It panics if t's Kind is not Uint, Uintptr, Uint8, Uint16, Uint32, or Uint64.
242242
OverflowUint(x uint64) bool
243243

244-
// CanSeq report whether the type is convertible to iter.Seq
244+
// CanSeq report whether the type is convertible to iter.Seq.
245245
CanSeq() bool
246246

247-
// CanSeq2 report whether the type is convertible to iter.Seq2
247+
// CanSeq2 report whether the type is convertible to iter.Seq2.
248248
CanSeq2() bool
249249

250250
common() *abi.Type

0 commit comments

Comments
 (0)