Skip to content

Commit e1f1f64

Browse files
committed
thanks @killercup
1 parent 5b64af7 commit e1f1f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2017-02-02-Rust-1.15.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ serialized = {"name":"Ferris"}
7979
deserialized = Pet { name: "Ferris" }
8080
```
8181

82-
Another common use-case is [Diesel][diesel]. Say we wanted to store our `Pet`s
83-
in a database. We could do that like this:
82+
Another common use-case is [Diesel][diesel]. Say we had a database of `Pet`s.
83+
We could fetch them like this:
8484

8585
```rust
8686
// some extern crate and use lines elided here

0 commit comments

Comments
 (0)