Skip to content

Commit c22d84a

Browse files
authored
ZJIT: Revert documentation indent (#14580)
1 parent df2f462 commit c22d84a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zjit/src/profile.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ impl Flags {
150150
/// opt_send_without_block/opt_plus/... should store:
151151
/// * the class of the receiver, so we can do method lookup
152152
/// * the shape of the receiver, so we can optimize ivar lookup
153-
/// with those two, pieces of information, we can also determine when an object is an immediate:
153+
///
154+
/// with those two, pieces of information, we can also determine when an object is an immediate:
154155
/// * Integer + IS_IMMEDIATE == Fixnum
155156
/// * Float + IS_IMMEDIATE == Flonum
156157
/// * Symbol + IS_IMMEDIATE == StaticSymbol

0 commit comments

Comments
 (0)