Skip to content

Commit 6d707bb

Browse files
authored
add system to sentence (mainmatter#48)
1 parent 7a4fa2d commit 6d707bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/06_ticket_management/00_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In the previous chapter we modelled `Ticket` in a vacuum: we defined its fields and their constraints, we learned
44
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
5+
We'll use this chapter to build a simple workflow around `Ticket`, introducing a (rudimentary) management system to
66
store and retrieve tickets.
77

88
The task will give us an opportunity to explore new Rust concepts, such as:

0 commit comments

Comments
 (0)