tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Small improvements to the comment text on database example #166

Closed coder543 closed 6 years ago

coder543 commented 6 years ago

I was reading through the database example, and it talked about wrapping the database around the mutex, rather than wrapping the mutex around the database, which I feel is backwards. I also went ahead and made some other small improvements here and there, which you'll hopefully like!

tomaka commented 6 years ago

Thanks!