Fix typo in doc comment

This commit is contained in:
Trisha 2022-08-19 09:30:11 -05:00 committed by Alex Orlenko
parent 83ed442bf9
commit 20a16839aa
No known key found for this signature in database
GPG key ID: 4C150C250863B96D

View file

@ -114,7 +114,7 @@ impl<'lua> Function<'lua> {
R::from_lua_multi(results, lua)
}
/// Returns a Feature that, when polled, calls `self`, passing `args` as function arguments,
/// Returns a future that, when polled, calls `self`, passing `args` as function arguments,
/// and drives the execution.
///
/// Internally it wraps the function to an [`AsyncThread`].