Skip to content

Commit

Permalink
The allowExceptParamsInAllowed description was flipped around (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Dec 22, 2023
2 parents 9e710ee + 8a94288 commit 69935c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/allow-with-parameters.md
Expand Up @@ -132,7 +132,7 @@ parameters:
value: 'quux'
```

Calling `waldo()` is disallowed, and allowed back again only when the file is in the `views/` subdirectory **and** `waldo()` is called in the file with a 2nd parameter being the string `quux`.
Calling `waldo()` is disallowed, and allowed back again only when the file is in the `views/` subdirectory **and** `waldo()` is called in the file with a 2nd parameter **not** being the string `quux`.

As already demonstrated above, named parameters are also supported:

Expand Down

0 comments on commit 69935c9

Please sign in to comment.