summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden Fox Ivey <aiden.foxivey@shopify.com>2025-09-17 12:29:20 -0400
committerGitHub <noreply@github.com>2025-09-17 16:29:20 +0000
commitc22d84a1211f139cbbb9b5fc00082e7b6a7c652e (patch)
treebb880237776e59d2747e04a8d6b833e277c413a1
parentdf2f462accc7cd927f3738b54cb92707c34a9f7c (diff)
ZJIT: Revert documentation indent (#14580)
-rw-r--r--zjit/src/profile.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/zjit/src/profile.rs b/zjit/src/profile.rs
index c53943a457..f73138d4bd 100644
--- a/zjit/src/profile.rs
+++ b/zjit/src/profile.rs
@@ -150,7 +150,8 @@ impl Flags {
/// opt_send_without_block/opt_plus/... should store:
/// * the class of the receiver, so we can do method lookup
/// * the shape of the receiver, so we can optimize ivar lookup
-/// with those two, pieces of information, we can also determine when an object is an immediate:
+///
+/// with those two, pieces of information, we can also determine when an object is an immediate:
/// * Integer + IS_IMMEDIATE == Fixnum
/// * Float + IS_IMMEDIATE == Flonum
/// * Symbol + IS_IMMEDIATE == StaticSymbol