From 830adf84328db686303c3d3be467c6032b34f95a Mon Sep 17 00:00:00 2001 From: Weining Lu Date: Thu, 16 May 2019 17:20:48 +0800 Subject: [PATCH] Revert "a6" This reverts commit 9f2b54309b93defdd71dd8968482b426f565c0a9. --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index bdbc52b65..42cb31cb5 100644 --- a/core/README.md +++ b/core/README.md @@ -39,7 +39,7 @@ simple/ - src/iwam_main.c
This file should be implemented by platform integrator in which a host interface is provided to interact with WAMR app-manager. See `{WAMR_ROOT}/core/app-mgr/app-mgr-shared/app-manager-export.h` for the definition of the host interface. ``` -/* Interfaces of host communication */ + /* Interfaces of host communication */ typedef struct host_interface { host_init_func init; host_send_fun send;