1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-10-31 08:37:45 +02:00

Mention that glossary is for Rust terms (#2952)

This should help both humans and LLMs understand that the glossary is
there to help ensure consistent terminology across the many slides in
the courses.
This commit is contained in:
Martin Geisler
2025-10-20 09:57:31 +02:00
committed by GitHub
parent afcb1419d0
commit 9b091ee649

View File

@@ -184,6 +184,13 @@ possible, prefer terminology used in
[the official Rust Book](https://doc.rust-lang.org/book/). If a less common but
necessary term is used, provide a brief definition.
#### Glossary
The `src/glossary.md` file contains definitions for key Rust terms used
throughout the course. When editing course content, use the glossary to anchor
concepts and ensure consistency in terminology. Terms should be defined and used
consistently with their glossary entries.
## Exercises
At the end of some sections, learners will actively engage with the material by