Fixed ToC chapter titles

This commit is contained in:
taine
2026-06-09 11:21:55 +02:00
committed by Henk Oordt
parent 60f9108a41
commit 6a638568d5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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