Small spelling corrections.
This commit is contained in:
@@ -26,7 +26,7 @@ extend the ecosystem with new leaf-level tasks.
|
|||||||
|
|
||||||
## The Context type
|
## 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
|
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.
|
task-local storage and provide space for debugging hooks in later iterations.
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ trait Test {
|
|||||||
fn mul(&self) -> i32;
|
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)]
|
#[repr(C)]
|
||||||
struct FatPointer<'a> {
|
struct FatPointer<'a> {
|
||||||
/// A reference is a pointer to an instantiated `Data` instance
|
/// A reference is a pointer to an instantiated `Data` instance
|
||||||
|
|||||||
Reference in New Issue
Block a user