diff options
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index cedd0244ec..3aad800d2a 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2580,7 +2580,7 @@ b: unreachable </ul> <p>Whenever a trap value is generated, all values which depend on it evaluate - to trap. If they have side effects, the evoke their side effects as if each + to trap. If they have side effects, they evoke their side effects as if each operand with a trap value were undef. If they have externally-visible side effects, the behavior is undefined.</p> |