mirror of https://github.com/rwf2/Rocket.git
Fix typo in requests guide: 'the' -> 'then'.
This commit is contained in:
parent
7cced84c3f
commit
b4bfc9f249
|
@ -683,7 +683,7 @@ See the [JSON example](@example/serialization/src/json.rs) on GitHub for a compl
|
|||
### Temporary Files
|
||||
|
||||
The [`TempFile`] data guard streams data directly to a temporary file which can
|
||||
the be persisted. It makes accepting file uploads trivial:
|
||||
then be persisted. It makes accepting file uploads trivial:
|
||||
|
||||
```rust
|
||||
# #[macro_use] extern crate rocket;
|
||||
|
|
Loading…
Reference in New Issue