Fixed typo in README [skip ci] (#326)

next
Fabian Holler 9 months ago committed by GitHub
parent 0453271c56
commit 4ec3874d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ Skytable has `SPACE`s instead of `DATABASE`s due to signficant operational diffe
```rust
pub struct MyModel {
username: String,
password: Strin,
password: String,
notes: Vec<String>,
}
```

Loading…
Cancel
Save