We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4fa2d commit 6d707bbCopy full SHA for 6d707bb
book/src/06_ticket_management/00_intro.md
@@ -2,7 +2,7 @@
2
3
In the previous chapter we modelled `Ticket` in a vacuum: we defined its fields and their constraints, we learned
4
how to best represent them in Rust, but we didn't consider how `Ticket` fits into a larger system.
5
-We'll use this chapter to build a simple workflow around `Ticket`, introducing a (rudimentary) management to
+We'll use this chapter to build a simple workflow around `Ticket`, introducing a (rudimentary) management system to
6
store and retrieve tickets.
7
8
The task will give us an opportunity to explore new Rust concepts, such as:
0 commit comments