Skip to content

Commit

Permalink
Fix unbalanced backticks in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and CensoredUsername committed Nov 18, 2024
1 parent 95fca78 commit 92fc229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/arch/aarch64/aarch64data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub enum Command {
/// `immediate + prev_arg - 1` is encoded in a a bitfield of length `len` at offset `pos`
Usum(u8, u8),
/// format: `([offsets])`
/// `immediate is in the range `0 .. (1 << offsets.len())`
/// `immediate` is in the range `0 .. (1 << offsets.len())`
/// `immediate` is encoded with bit N of the number at offsets[N]
Ufields(&'static [u8]),

Expand Down

0 comments on commit 92fc229

Please sign in to comment.