Skip to content

Commit

Permalink
add system to sentence (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git authored May 24, 2024
1 parent 7a4fa2d commit 6d707bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/06_ticket_management/00_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In the previous chapter we modelled `Ticket` in a vacuum: we defined its fields and their constraints, we learned
how to best represent them in Rust, but we didn't consider how `Ticket` fits into a larger system.
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
store and retrieve tickets.

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

0 comments on commit 6d707bb

Please sign in to comment.