Remove quotes around NOT operator

This commit is contained in:
Brent Guffens 2018-01-17 21:35:25 +01:00 committed by GitHub
parent 3f04442b79
commit 4cf6cd38c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,7 +270,7 @@ So it is recommended to use every construct for its purpose. Use `if` if we want
## ! (NOT) ## ! (NOT)
The boolean NOT operator is represented with an exclamation sign `"!"`. The boolean NOT operator is represented with an exclamation sign `!`.
The syntax is pretty simple: The syntax is pretty simple: