Skip to content

Commit 807e745

Browse files
authored
LangRef: add missing punctuation (#68471)
1 parent 2fc5649 commit 807e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3411,7 +3411,7 @@ A floating-point NaN value consists of a sign bit, a quiet/signaling bit, and a
34113411
payload (which makes up the rest of the mantissa except for the quiet/signaling
34123412
bit). LLVM assumes that the quiet/signaling bit being set to ``1`` indicates a
34133413
quiet NaN (QNaN), and a value of ``0`` indicates a signaling NaN (SNaN). In the
3414-
following we will hence just call it the "quiet bit"
3414+
following we will hence just call it the "quiet bit".
34153415

34163416
The representation bits of a floating-point value do not mutate arbitrarily; in
34173417
particular, if there is no floating-point operation being performed, NaN signs,

0 commit comments

Comments
 (0)