From 2c261503b516cc075b4a5a4c66ebf954ae084ef8 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sun, 15 Jan 2023 00:05:26 +0900 Subject: [PATCH] doc/internal/boxing.md: remove an extra double quote sign. --- doc/internal/boxing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/internal/boxing.md b/doc/internal/boxing.md index a16ce8a15..f3bd086e4 100644 --- a/doc/internal/boxing.md +++ b/doc/internal/boxing.md @@ -45,7 +45,7 @@ The NaN boxing packing bit patterns are like following: | ptr | `01111111 11111100 PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPP01` | | nil | `00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000` | -The object values appear far more frequently than floating-point numbers, so we offset the value so that object pointers are unchanged. This technique is called "favor pointer"". +The object values appear far more frequently than floating-point numbers, so we offset the value so that object pointers are unchanged. This technique is called "favor pointer". ## No Boxing