Skip to content

Commit f792e27

Browse files
committed
fix docs
1 parent 73d73a5 commit f792e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nexus/db-model/src/schema_versions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ impl std::fmt::Display for SqlIdentifier {
329329
///
330330
/// Used to:
331331
/// 1. Enforce at-most-one DDL per migration file (for versions >
332-
/// [`LAST_MULTI_DDL_VERSION`])
332+
/// `LAST_MULTI_DDL_VERSION`)
333333
/// 2. Generate verification queries for operations that involve async
334334
/// backfill in CockroachDB (e.g., CREATE INDEX, ADD CONSTRAINT)
335335
#[derive(Debug, Clone, PartialEq)]

0 commit comments

Comments
 (0)