diff --git a/bindings/rust/src/lib.rs b/bindings/rust/src/lib.rs index 69e8dcecf..41fb864c3 100644 --- a/bindings/rust/src/lib.rs +++ b/bindings/rust/src/lib.rs @@ -94,7 +94,7 @@ impl Builder { /// A database. /// -/// The `Database` object points to a database and allows you to connect to it +/// The `Database` object points to a database and allows you to connect to it #[derive(Clone)] pub struct Database { inner: Arc,