Use rhai for ignore.

This commit is contained in:
Stephen Chung
2022-06-12 15:04:06 +08:00
parent 2b44778a5c
commit 6ea5ed17f4
2 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
//!
//! ## Contents of `my_script.rhai`
//!
//! ```ignore
//! ```rhai
//! /// Brute force factorial function
//! fn factorial(x) {
//! if x == 1 { return 1; }