mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-31 05:42:15 +00:00
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
|
### Temporary Files
|
||||||
|
|
||||||
The [`TempFile`] data guard streams data directly to a temporary file which can
|
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
|
```rust
|
||||||
# #[macro_use] extern crate rocket;
|
# #[macro_use] extern crate rocket;
|
||||||
|
Loading…
Reference in New Issue
Block a user