Small spelling corrections.

This commit is contained in:
James Robb
2020-05-19 10:37:38 +00:00
parent 6b41d2ff6d
commit 30b6e394c6

View File

@@ -26,7 +26,7 @@ extend the ecosystem with new leaf-level tasks.
## The Context type
As the docs state as of now this type only wrapps a `Waker`, but it gives some
As the docs state as of now this type only wraps a `Waker`, but it gives some
flexibility for future evolutions of the API in Rust. The context can for example hold
task-local storage and provide space for debugging hooks in later iterations.
@@ -105,7 +105,7 @@ trait Test {
fn mul(&self) -> i32;
}
// This will represent our home brewn fat pointer to a trait object
// This will represent our home-brewed fat pointer to a trait object
#[repr(C)]
struct FatPointer<'a> {
/// A reference is a pointer to an instantiated `Data` instance