diff --git a/document/core/exec/numerics.rst b/document/core/exec/numerics.rst index b76190f6f2..be55e675bf 100644 --- a/document/core/exec/numerics.rst +++ b/document/core/exec/numerics.rst @@ -1663,7 +1663,7 @@ This non-deterministic result is expressed by the following auxiliary function p * Else if both :math:`z_1` and :math:`z_2` are zeroes, then return :math:`1`. -* Else if :math:`z_1` is smaller than or equal to :math:`z_2`, then return :math:`1`. +* Else if :math:`z_1` is larger than or equal to :math:`z_2`, then return :math:`1`. * Else return :math:`0`.