Skip to content

Commit 43730e2

Browse files
committed
Improve docs
1 parent 51cfff6 commit 43730e2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/stackable-operator/src/databases/drivers/celery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub trait CeleryDatabaseConnection {
1717
/// default [`TemplatingMechanism`].
1818
///
1919
/// `unique_database_name` identifies this particular database connection within the operator
20-
/// and is used as a prefix when naming the injected environment variable. It must consist only
20+
/// and is used as a prefix when naming the injected environment variables. It must consist only
2121
/// of uppercase ASCII letters and underscores.
2222
fn celery_connection_details(
2323
&self,

crates/stackable-operator/src/databases/drivers/jdbc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub trait JDBCDatabaseConnection {
1717
/// default [`TemplatingMechanism`].
1818
///
1919
/// `unique_database_name` identifies this particular database connection within the operator
20-
/// and is used as a prefix when naming the injected environment variable. It must consist only
20+
/// and is used as a prefix when naming the injected environment variables. It must consist only
2121
/// of uppercase ASCII letters and underscores.
2222
fn jdbc_connection_details(
2323
&self,

crates/stackable-operator/src/databases/drivers/sqlalchemy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub trait SQLAlchemyDatabaseConnection {
1717
/// default [`TemplatingMechanism`].
1818
///
1919
/// `unique_database_name` identifies this particular database connection within the operator
20-
/// and is used as a prefix when naming the injected environment variable. It must consist only
20+
/// and is used as a prefix when naming the injected environment variables. It must consist only
2121
/// of uppercase ASCII letters and underscores.
2222
fn sqlalchemy_connection_details(
2323
&self,

0 commit comments

Comments
 (0)