mirror of https://github.com/rwf2/Rocket.git
Fix small typo in fairings guide.
This commit is contained in:
parent
ed254bfdae
commit
aa51fe0e11
|
@ -147,7 +147,7 @@ struct Counter {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Fairing for Counter {
|
impl Fairing for Counter {
|
||||||
// This is a request and respone fairing named "GET/POST Counter".
|
// This is a request and response fairing named "GET/POST Counter".
|
||||||
fn info(&self) -> Info {
|
fn info(&self) -> Info {
|
||||||
Info {
|
Info {
|
||||||
name: "GET/POST Counter",
|
name: "GET/POST Counter",
|
||||||
|
|
Loading…
Reference in New Issue