We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15111c9 commit 13708c5Copy full SHA for 13708c5
crates/bestool/src/actions/tamanu/alerts.rs
@@ -89,8 +89,8 @@ const DEFAULT_SUBJECT_TEMPLATE: &str = "[Tamanu Alert] {{ filename }} ({{ hostna
89
/// The SQL query will be passed exactly the number of parameters it expects.
90
/// The parameters are always provided in this order:
91
///
92
-/// $1: the datetime of the start of the interval (timestamp with time zone)
93
-/// $2: the interval duration (interval)
+/// - `$1`: the datetime of the start of the interval (timestamp with time zone)
+/// - `$2`: the interval duration (interval)
94
95
/// ## Shell
96
0 commit comments