1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-15 22:37:28 +02:00
comprehensive-rust/src
Martin Geisler aebb0bc856
Replace hyphens (-) with em-dashes () (#1500)
The new Chromium class likes — like me! — to use dashes in the writing!
However, I believe it should use an em-dash instead of the hyphen.

Luckily this is easy: we have enabled “typographic quotes” in `mdbook`,
which also handles the conversion of `---` to `—` in the generated HTML.
So I normalized the single existing em-dash to a triple-dash to make it
more consistent (and hopefully make it easier for translators to
consistently enter these characters).
2023-11-28 19:41:09 +01:00
..
android Update Android.bp files (#895) 2023-11-08 16:56:29 -08:00
async Updated about nc and telnet in task.md (#1382) 2023-10-23 18:10:26 +00:00
bare-metal Add mdbook-xgettext skip for untranslatable codeblocks in Bare Metal (#1339) 2023-10-11 09:32:12 +00:00
basic-syntax Replace hyphens (-) with em-dashes () (#1500) 2023-11-28 19:41:09 +01:00
cargo Mention backwards compatibility (#1068) 2023-08-13 15:25:25 +02:00
chromium Replace hyphens (-) with em-dashes () (#1500) 2023-11-28 19:41:09 +01:00
concurrency Replace hyphens (-) with em-dashes () (#1500) 2023-11-28 19:41:09 +01:00
control-flow Skip some untranslatable code blocks (#1258) 2023-09-26 17:04:46 +02:00
enums Add “More to Explore” sections (#1369) 2023-10-16 15:42:07 +02:00
error-handling Update converting-error-types.md (#1428) 2023-10-25 11:02:34 -04:00
exercises Replace hyphens (-) with em-dashes () (#1500) 2023-11-28 19:41:09 +01:00
generics Restructure Day-3 morning (#503) 2023-03-30 13:25:34 +01:00
hello-world Add suggestion to use rustup doc (#770) 2023-06-10 18:01:57 -04:00
memory-management Add “More to Explore” sections (#1369) 2023-10-16 15:42:07 +02:00
methods Update receiver.md (#661) 2023-05-23 12:57:38 +00:00
modules Filesystem slide rework (#1002) 2023-07-18 13:32:45 +02:00
ownership Skip some untranslatable code blocks (#1258) 2023-09-26 17:04:46 +02:00
pattern-matching Minor fixes (#579) 2023-04-24 14:46:38 -04:00
running-the-course Replace hyphens (-) with em-dashes () (#1500) 2023-11-28 19:41:09 +01:00
std Update hashmap.md (#1420) 2023-10-24 08:01:21 +02:00
structs Update tuple-structs.md (#1404) 2023-10-22 16:13:39 +02:00
testing Add hash to rustdoc example (#1282) 2023-10-02 14:23:46 +02:00
traits Avoid naming struct field like trait method (#1294) 2023-10-04 09:52:15 +00:00
unsafe Simpler character counting (#1419) 2023-10-23 20:36:26 +00:00
welcome-day-1 Add reference to microcontrollers as target for rust (#986) 2023-07-17 19:01:21 +02:00
why-rust Revert minimum wrong example (#1483) 2023-11-19 11:40:57 +01:00
android.md Cleanup references to "Day 4" (#603) 2023-05-02 08:02:28 +02:00
async.md Add an "async" session (#496) 2023-04-14 14:06:50 +00:00
bare-metal.md Add mdbook-xgettext skip for untranslatable codeblocks in Bare Metal (#1339) 2023-10-11 09:32:12 +00:00
basic-syntax.md Mention that the syntax is similar to Java as well. (#337) 2023-02-03 15:28:38 +00:00
cargo.md Consolidate editor recommendations in main text (#1217) 2023-09-18 18:37:59 +02:00
chromium.md Add Chromium section (#1479) 2023-11-27 18:21:19 +00:00
concurrency.md Cleanup references to "Day 4" (#603) 2023-05-02 08:02:28 +02:00
control-flow.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
credits.md Revert minimum wrong example (#1483) 2023-11-19 11:40:57 +01:00
enums.md Fix typo in enums.md (#958) 2023-07-12 09:43:02 -07:00
error-handling.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
generics.md Mention generic data structures as well as algorithms (#908) 2023-07-06 08:39:28 +00:00
glossary.md Add Chromium section (#1479) 2023-11-27 18:21:19 +00:00
hello-world.md Update course length in hello-world.md (#1055) 2023-08-07 21:36:54 +02:00
index.md Add Chromium section (#1479) 2023-11-27 18:21:19 +00:00
memory-management.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
methods.md Fix self shorthand syntax (#1028) 2023-07-25 08:54:41 +02:00
modules.md Day2: Afternoon - speaker note details and minor cosmetic changes. (#408) 2023-02-16 03:19:25 +00:00
other-resources.md Revert "Update other-resources.md" (#1477) 2023-11-13 09:28:22 -08:00
ownership.md Skip some untranslatable code blocks (#1258) 2023-09-26 17:04:46 +02:00
pattern-matching.md Update pattern-matching.md (#1374) 2023-10-18 08:40:13 +02:00
running-the-course.md Mention how long each course day is (#1155) 2023-09-01 14:13:37 +01:00
std.md Update std.md (#1405) 2023-10-22 16:29:35 +02:00
structs.md Update structs.md (#1403) 2023-10-22 16:24:04 +02:00
SUMMARY.md Add Chromium section (#1479) 2023-11-27 18:21:19 +00:00
testing.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
thanks.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
traits.md Avoid naming struct field like trait method (#1294) 2023-10-04 09:52:15 +00:00
unsafe.md Update unsafe.md (#252) 2023-01-30 13:12:51 +00:00
welcome-day-1.md Reorder material on first two days (#913) 2023-08-25 17:42:31 +02:00
welcome-day-2.md Reorder material on first two days (#913) 2023-08-25 17:42:31 +02:00
welcome-day-3.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
why-rust.md Fix typo (#173) 2023-01-17 11:42:31 +00:00