Skip to content

Commit 13708c5

Browse files
committed
docs: fix paragraph
1 parent 15111c9 commit 13708c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bestool/src/actions/tamanu/alerts.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ const DEFAULT_SUBJECT_TEMPLATE: &str = "[Tamanu Alert] {{ filename }} ({{ hostna
8989
/// The SQL query will be passed exactly the number of parameters it expects.
9090
/// The parameters are always provided in this order:
9191
///
92-
/// $1: the datetime of the start of the interval (timestamp with time zone)
93-
/// $2: the interval duration (interval)
92+
/// - `$1`: the datetime of the start of the interval (timestamp with time zone)
93+
/// - `$2`: the interval duration (interval)
9494
///
9595
/// ## Shell
9696
///

0 commit comments

Comments
 (0)