There was an error while loading. Please reload this page.
1 parent 3c2ea02 commit 52748c4Copy full SHA for 52748c4
1 file changed
src/class.rs
@@ -5,12 +5,12 @@
5
//! - Is it a closed interval? `{PARAM_NAME} Integer[MIN, MAX]`
6
//! - Is it an open interval? `<OPTIONAL_PARAM_NAME> Number(MIN, MAX)`
7
//! - Is it from a defined set?
8
-//! ```
9
-//! {PARAM_NAME}
10
-//! | A
11
-//! | B
12
-//! | C
13
+//! ```text
+//! {PARAM_NAME}
+//! | A
+//! | B
+//! | C
+//! ```
14
//! - Is it a list? `<PARAM_NAME, …>`
15
//! - Is it a list of at least one? `{PARAM_NAME, …}`
16
0 commit comments