Skip to content

Commit 52748c4

Browse files
committed
Mark code block as text
1 parent 3c2ea02 commit 52748c4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/class.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
//! - Is it a closed interval? `{PARAM_NAME} Integer[MIN, MAX]`
66
//! - Is it an open interval? `<OPTIONAL_PARAM_NAME> Number(MIN, MAX)`
77
//! - Is it from a defined set?
8-
//! ```
9-
//! {PARAM_NAME}
10-
//! | A
11-
//! | B
12-
//! | C
13-
//! ```
8+
//! ```text
9+
//! {PARAM_NAME}
10+
//! | A
11+
//! | B
12+
//! | C
13+
//! ```
1414
//! - Is it a list? `<PARAM_NAME, …>`
1515
//! - Is it a list of at least one? `{PARAM_NAME, …}`
1616

0 commit comments

Comments
 (0)