Skip to content

Commit 158eaba

Browse files
Update develop-docs/engineering-practices/rust.mdx
Co-authored-by: Riccardo Busetti <[email protected]>
1 parent a4ee195 commit 158eaba

File tree

1 file changed

+1
-1
lines changed
  • develop-docs/engineering-practices

1 file changed

+1
-1
lines changed

develop-docs/engineering-practices/rust.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Support for async in **traits** has [landed in Rust](https://blog.rust-lang.org/
5454
and should generally be preferred now.
5555

5656
```rust
57-
pub trait Databse {
57+
pub trait Database {
5858
fn get_user(&self) -> impl Future<Output = User> + Send;
5959
}
6060
```

0 commit comments

Comments
 (0)