Quantcast

Placate compiler.pl.

Johnny C. Lam [10-19-13 - 07:54]
Placate compiler.pl.

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1081 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
OvaleBestAction.lua
diff --git a/OvaleBestAction.lua b/OvaleBestAction.lua
index 2eae4f9..75c75a7 100644
--- a/OvaleBestAction.lua
+++ b/OvaleBestAction.lua
@@ -713,7 +713,7 @@ end

 function OvaleBestAction:ComputeBool(element)
 	local start, ending, _, newElement = self:Compute(element)
-	-- Match SimC:0 is false, non-zero is true.
+	-- Match SimC: 0 is false, non-zero is true.
 	--	(https://code.google.com/p/simulationcraft/wiki/ActionLists#Logical_operators)
 	if newElement and newElement.type == "value" and newElement.value == 0 and newElement.rate == 0 then
 		return nil