Fix typo in README: "expressibility".

This commit is contained in:
tborsa 2017-02-03 19:09:14 -08:00 committed by Sergio Benitez
parent 53390164cd
commit 4247978888
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
[![IRC: #rocket on irc.mozilla.org](https://img.shields.io/badge/style-%23rocket-blue.svg?style=flat&label=mozilla)](https://kiwiirc.com/client/irc.mozilla.org/#rocket) [![IRC: #rocket on irc.mozilla.org](https://img.shields.io/badge/style-%23rocket-blue.svg?style=flat&label=mozilla)](https://kiwiirc.com/client/irc.mozilla.org/#rocket)
Rocket is web framework for Rust (nightly) with a focus on ease-of-use, Rocket is web framework for Rust (nightly) with a focus on ease-of-use,
expressability, and speed. Here's an example of a complete Rocket application: expressibility, and speed. Here's an example of a complete Rocket application:
```rust ```rust
#![feature(plugin)] #![feature(plugin)]