Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
Change-Id: I00a63e9c9ef56fa99b872b687b64dff344a70cf1
  • Loading branch information
qiulaidongfeng committed Apr 14, 2024
1 parent 6666f39 commit 022384e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reflect/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@ type Type interface {
// It panics if t's Kind is not Uint, Uintptr, Uint8, Uint16, Uint32, or Uint64.
OverflowUint(x uint64) bool

// CanSeq report whether the type is convertible to iter.Seq
// CanSeq report whether the type is convertible to iter.Seq.
CanSeq() bool

// CanSeq2 report whether the type is convertible to iter.Seq2
// CanSeq2 report whether the type is convertible to iter.Seq2.
CanSeq2() bool

common() *abi.Type
Expand Down

0 comments on commit 022384e

Please sign in to comment.