diff options
Diffstat (limited to 'docs/BranchWeightMetadata.html')
-rw-r--r-- | docs/BranchWeightMetadata.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BranchWeightMetadata.html b/docs/BranchWeightMetadata.html index 63c63a4..3a0af29 100644 --- a/docs/BranchWeightMetadata.html +++ b/docs/BranchWeightMetadata.html @@ -110,7 +110,7 @@ indicates greater chance to be taken.</p> <h4><tt>if</tt> statement</h4> <div> <p>The <tt>exp</tt> parameter is the condition. The <tt>c</tt> parameter is - the expected comparision value. If it is equal to 1 (true), the condition is + the expected comparison value. If it is equal to 1 (true), the condition is likely to be true, in other case condition is likely to be false. For example: </p> </div> |