We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abeb84 commit 102320bCopy full SHA for 102320b
book/src/tutorial/importing.md
@@ -31,7 +31,7 @@ Format](../user/serialization.md).
31
32
### serde
33
34
-Alternatively, if you would like to user another format such as JSON, you can
+Alternatively, if you would like to use another format such as JSON, you can
35
enable the `serde` feature (which is *not* enabled by default). When it is
36
enabled, you can use [serde](https://serde.rs/) to serialize any structure that
37
needs to be transmitted. The importing would look like:
0 commit comments