Skip to content

Commit 93b8d14

Browse files
authored
starlark: add missing binary ops to doc comment
1 parent 24c2421 commit 93b8d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

starlark/value.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ type HasSetKey interface {
268268
var _ HasSetKey = (*Dict)(nil)
269269

270270
// A HasBinary value may be used as either operand of these binary operators:
271-
// + - * / % in not in | &
271+
// + - * / // % in not in | & ^ << >>
272+
//
272273
// The Side argument indicates whether the receiver is the left or right operand.
273274
//
274275
// An implementation may decline to handle an operation by returning (nil, nil).

0 commit comments

Comments
 (0)