Skip to content

Commit

Permalink
add new operators 'box' and 'first' to word list
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipp committed Jul 28, 2023
1 parent 25d3b4e commit e335667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions words.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var keywords = []string{
"asinh",
"atan",
"atanh",
"box",
"ceil",
"char",
"code",
Expand All @@ -25,6 +26,7 @@ var keywords = []string{
"drop",
"encode",
"fill",
"first",
"flatten",
"flip",
"float",
Expand Down

0 comments on commit e335667

Please sign in to comment.