Skip to content

Commit 102320b

Browse files
authored
Typo fix Update importing.md (#788)
Fix Typographical Error in "Importing and General Information" Section
1 parent 5abeb84 commit 102320b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/tutorial/importing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Format](../user/serialization.md).
3131

3232
### serde
3333

34-
Alternatively, if you would like to user another format such as JSON, you can
34+
Alternatively, if you would like to use another format such as JSON, you can
3535
enable the `serde` feature (which is *not* enabled by default). When it is
3636
enabled, you can use [serde](https://serde.rs/) to serialize any structure that
3737
needs to be transmitted. The importing would look like:

0 commit comments

Comments
 (0)