Fixed a comment.

This commit is contained in:
TomyLobo 2011-11-24 21:17:39 +01:00
parent 77bd86a203
commit 6aec096709

View File

@ -20,7 +20,7 @@
package com.sk89q.worldedit.expression.runtime;
/**
* An if/else statement.
* An if/else statement or a ternary operator.
*
* @author TomyLobo
*/