doc/internal/boxing.md: remove an extra double quote sign.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-01-15 00:05:26 +09:00
parent 7a6d03f869
commit 2c261503b5
+1 -1
View File
@@ -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