Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apmckinlay committed Nov 20, 2024
1 parent 4226aec commit 8485753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/susequence.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ var gnSequences = Global.Num("Sequences")

func (seq *SuSequence) Lookup(th *Thread, method string) Value {
if seq.asSeq(method) {
// stdlib Sequences inherits from Objects so this will search both
if m := Lookup(th, SequenceMethods, gnSequences, method); m != nil {
return m
}
Expand Down

0 comments on commit 8485753

Please sign in to comment.