Skip to content

Commit 5afb69b

Browse files
authored
fix(Changelog.md): typo (#278)
1 parent 759cb32 commit 5afb69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- `Port<T> = PortGeneric<T, ReadWriteAccess>`
77
- `PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>`
88
- `PortWriteOnly<T> = PortGeneric<T, WriteOnlyAccess>`
9-
- The following methods no longer require the `nightly` feature to be `const fn`s` ([#255](https://github.com/rust-osdev/x86_64/pull/255)):
9+
- The following methods no longer require the `nightly` feature to be `const fn`s ([#255](https://github.com/rust-osdev/x86_64/pull/255)):
1010
- `PageTable::new`
1111
- `GlobalDescriptorTable::from_raw_slice`
1212
- `MappedFrame::{start_address, size}`

0 commit comments

Comments
 (0)