From dd76fc7a470dac88482440c60822732772d70f9c Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sat, 12 Dec 2020 16:07:32 +0100 Subject: [PATCH] Fix typo in tunables example --- examples/tunables_limit_memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tunables_limit_memory.rs b/examples/tunables_limit_memory.rs index b17535d1be6..ccd1ac773ac 100644 --- a/examples/tunables_limit_memory.rs +++ b/examples/tunables_limit_memory.rs @@ -28,7 +28,7 @@ impl LimitingTunables { 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.