Skip to content

Commit

Permalink
fix: add ignore keyword after first set of backticks to mark assemble…
Browse files Browse the repository at this point in the history
…r snippet as non-executable
  • Loading branch information
spectrachrome committed Oct 22, 2023
1 parent d81e2f6 commit f552745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! Performing a simple arithmetic operation like `2 + 3` can be expressed like this
//! using Strontium instructions (and an assembler which does not exist yet):
//!
//! ```
//! ```ignore
//! LOAD::Int64 r1 2
//! LOAD::Int64 r2 3
//! ADD r1 r2 r3
Expand Down

0 comments on commit f552745

Please sign in to comment.