Skip to content

Commit 215d6f0

Browse files
authored
fixes typo (#147)
1 parent 2e8edde commit 215d6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harness/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ impl InvokeContextCallback for MolluskInvokeContextCallback<'_> {
616616
impl Mollusk {
617617
/// Create a new Mollusk instance containing the provided program.
618618
///
619-
/// Attempts the load the program's ELF file from the default search paths.
619+
/// Attempts to load the program's ELF file from the default search paths.
620620
/// Once loaded, adds the program to the program cache and returns the
621621
/// newly created Mollusk instance.
622622
///

0 commit comments

Comments
 (0)