Skip to content

Commit 3de469e

Browse files
committed
Remove outdated Abomonable notion
1 parent bc9fc72 commit 3de469e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Be warned that these numbers are not *goodput*, but rather the total number of b
4949

5050
## unsafe_abomonate!
5151

52-
Abomonation comes with the `unsafe_abomonate!` macro implementing `Abomonation` for structs which are essentially equivalent to a tuple of other `Abomonable` types. To use the macro, you must put the `#[macro_use]` modifier before `extern crate abomonation;`.
52+
Abomonation comes with the `unsafe_abomonate!` macro implementing `Abomonation` for structs which are essentially equivalent to a tuple of other `Abomonation` types. To use the macro, you must put the `#[macro_use]` modifier before `extern crate abomonation;`.
5353

5454
Please note that `unsafe_abomonate!` synthesizes unsafe implementations of `Abomonation`, and it is should be considered unsafe to invoke.
5555

@@ -82,4 +82,4 @@ if let Some((result, remaining)) = unsafe { decode::<MyStruct>(&mut bytes) } {
8282
}
8383
```
8484

85-
Be warned that implementing `Abomonable` for types can be a giant disaster and is entirely discouraged.
85+
Be warned that implementing `Abomonation` for types can be a giant disaster and is entirely discouraged.

0 commit comments

Comments
 (0)