Unverified Commit 414cb820 authored by Brian Broll's avatar Brian Broll Committed by GitHub
Browse files

Fix typo in async section of the manual (#2481)

parent 6c3f9b23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ The generated Rust code schedules work using callbacks provided by the foreign b

## Rust Async functions

Rust async functions are implemplemented by wrapping the
Rust async functions are implemented by wrapping the
[Future](https://doc.rust-lang.org/std/future/trait.Future.html) into a `uniffi::RustFuture` struct
and providing scaffolding functions so that the foreign bindings can drive the future to completion.