Skip to content

Commit

Permalink
Fix typo in tunables example
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Dec 12, 2020
1 parent c0e7f19 commit dd76fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tunables_limit_memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl<T: Tunables> LimitingTunables<T> {
Self { limit, base }
}

/// Takes in input memory type as requested by the guest and sets
/// Takes an input memory type as requested by the guest and sets
/// a maximum if missing. The resulting memory type is final if
/// valid. However, this can produce invalid types, such that
/// validate_memory must be called before creating the memory.
Expand Down

0 comments on commit dd76fc7

Please sign in to comment.