Fixed mistake in documentation

This commit is contained in:
PKEuS 2013-03-01 02:47:50 -08:00
parent f899e6ca30
commit 0a7fafa319
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public:
* - "%comp%" Any token such that isComparisonOp() returns true.
* - "%str%" Any token starting with "-character (C-string).
* - "%varid%" Match with parameter varid
* - "%op%" Any token such that isConstOp() returns true.
* - "%op%" Any token such that isOp() returns true.
* - "%cop%" Any token such that isConstOp() returns true.
* - "%or%" A bitwise-or operator '|'
* - "%oror%" A logical-or operator '||'