Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated the text on TOLERANCE. TimToady++
  • Loading branch information
Jan-Olof Hendig committed Sep 9, 2016
1 parent 23a69ab commit 189b39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/variables.pod6
Expand Up @@ -1128,8 +1128,8 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
------------------+--------------------------------------------
$*TMPDIR | An L<IO::Path> object representing the "system temporary directory"
------------------+--------------------------------------------
$*TOLERANCE | Used by C<=~=> operator to decide if two values are approximately
| equal. Defaults to 1e-15.
$*TOLERANCE | Used by the C<=~=> operator, and any operations that depend on it, to
| decide if two values are approximately equal. Defaults to 1e-15.
------------------+--------------------------------------------
$*THREAD | A L<Thread> object representing the currently executing thread.
------------------+--------------------------------------------
Expand Down

0 comments on commit 189b39b

Please sign in to comment.