Skip to content

Commit 6a63856

Browse files
porcelijnhdoordt
authored andcommitted
Fixed ToC chapter titles
1 parent 60f9108 commit 6a63856

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

book/src/06_ticket_management/00_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intro
1+
# Ticket Management
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.

book/src/07_threads/00_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intro
1+
# Threads
22

33
One of Rust's big promises is _fearless concurrency_: making it easier to write safe, concurrent programs.
44
We haven't seen much of that yet. All the work we've done so far has been single-threaded.

0 commit comments

Comments
 (0)