From 72cc3e43981c7858ab8886fcc46bcba050b110ed Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Mon, 2 Dec 2024 00:21:35 -0500 Subject: [PATCH] review: clarify direction. Signed-off-by: Piotr Sikora --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 602bbdb..3847640 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -6,8 +6,8 @@ It is expected that the host environment is completely trusted and compliant with the [Proxy-Wasm ABI specification] (currently v0.2.1). This means that receiving unexpected callback, status, lifecycle flow and/or -incorrectly serialized parameters is considered a permanent failure and will -result in a `panic`. +incorrectly serialized parameters from the host environment is considered +a permanent failure and will result in `panic`. ## Testing