doc(api) Fix a typo.

This commit is contained in:
Ivan Enderlin
2020-09-17 08:41:08 +02:00
parent 54bece03f4
commit 676579963a

View File

@@ -198,7 +198,7 @@ impl Module {
self.artifact.serialize_to_file(path.as_ref())
}
/// Deserializes a a serialized Module binary into a `Module`.
/// Deserializes a serialized Module binary into a `Module`.
/// > Note: the module has to be serialized before with the `serialize` method.
///
/// # Safety