Fix repeated typo "funciton".

This commit is contained in:
Nick Lewycky
2020-06-06 17:22:26 -07:00
parent 1046e62ea3
commit f94696b2ce
5 changed files with 5 additions and 5 deletions

View File

@@ -414,7 +414,7 @@ impl Module {
}
/// The ABI of the ModuleInfo is very unstable, we refactor it very often.
/// This funciton is public because in some cases it can be useful to get some
/// This function is public because in some cases it can be useful to get some
/// extra information from the module.
///
/// However, the usage is highly discouraged.