Skip to content

Commit 31a3e74

Browse files
authored
Apply suggestions from code review
1 parent 9c2f2ee commit 31a3e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ h1#glossary ~ ul > li:first-line {
225225
Rust comes with built-in support for running small unit tests and larger
226226
integration tests. See [Unit Tests](testing/unit-tests.md).
227227
- unit type:\
228-
Type that holds no data, written as a tuple with no members. See
229-
speaker notes on [Functions](control-flow-basics/functions.html).
228+
Type that holds no data, written as a tuple with no members. See speaker notes
229+
on [Functions](control-flow-basics/functions.html).
230230
- unsafe:\
231231
The subset of Rust which allows you to trigger _undefined behavior_. See
232232
[Unsafe Rust](unsafe-rust/unsafe.md).

0 commit comments

Comments
 (0)