Skip to content

Commit

Permalink
Small typo fix, remove redundant wording
Browse files Browse the repository at this point in the history
Removed `passing` in favor of `accepting`.

Signed-off-by: Ethan Rogers <ethanfrogers@gmail.com>
  • Loading branch information
ethanfrogers authored and patrick-east committed Jun 30, 2020
1 parent d60c9fe commit d230203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ If you executed this code you the output would be:

The example above highlights a few important points.

* The `rego` package includes variants of `rego.Function1` for passing accepting
* The `rego` package includes variants of `rego.Function1` for accepting
different numbers of operands (e.g., `rego.Function2`, `rego.Function3`, etc.)
* The `rego.Function#Name` struct field specifies the operator that queries can
refer to.
Expand Down Expand Up @@ -495,4 +495,4 @@ func main() {
os.Exit(1)
}
}
```
```

0 comments on commit d230203

Please sign in to comment.