Skip to content

Commit a07fa3b

Browse files
committed
Fix typo
1 parent a9c3ec3 commit a07fa3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/appendix/glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attempts to list them with pointers for understanding them better.
88

99
A Board Support Crate provides a high level interface configured for a specific
1010
board. It usually depends on a [HAL](#hal) crate.
11-
There is a more detailed description on the [memory mapper registers page](../start/registers.md).
11+
There is a more detailed description on the [memory-mapped registers page](../start/registers.md).
1212

1313
### FPU
1414

@@ -19,7 +19,7 @@ Floating-point Unit. A 'math processor' running only operations on floating-poin
1919
A Hardware Abstraction Layer crate provides a developer friendly interface to a microcontroller's
2020
features and peripherals. It is usually implemented on top of a [Peripheral Access Crate (PAC)](#pac).
2121
It may also implement traits from the [`embedded-hal`](https://crates.io/crates/embedded-hal) crate.
22-
There is a more detailed description on the [memory mapper registers page](../start/registers.md).
22+
There is a more detailed description on the [memory-mapped registers page](../start/registers.md).
2323

2424
### I2C
2525

@@ -34,7 +34,7 @@ A Peripheral Access Crate provides access to a microcontroller's peripherals. It
3434
the lower level crates and is usually generated directly from the provided [SVD](#svd), often
3535
using [svd2rust](https://github.com/rust-embedded/svd2rust/). The [Hardware Abstraction Layer](#hal)
3636
would usually depend on this crate.
37-
There is a more detailed description on the [memory mapper registers page](../start/registers.md).
37+
There is a more detailed description on the [memory-mapped registers page](../start/registers.md).
3838

3939
### SPI
4040

0 commit comments

Comments
 (0)