From 1059fb1b30bba37d79161f29535bb967cd421f96 Mon Sep 17 00:00:00 2001 From: Gabor Loki Date: Wed, 15 Nov 2017 17:01:32 +0100 Subject: [PATCH] Fix a small typo in the port API documentation (#2099) JerryScript-DCO-1.0-Signed-off-by: Gabor Loki loki@inf.u-szeged.hu --- docs/05.PORT-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05.PORT-API.md b/docs/05.PORT-API.md index 70ecd955e..4974d54aa 100644 --- a/docs/05.PORT-API.md +++ b/docs/05.PORT-API.md @@ -105,7 +105,7 @@ Allow user to provide external buffer for jerry instance (which includes an isol * *Note: * This port function will be called automatically by jerry-core - * wnen JERRY_ENABLE_EXTERNAL_CONTEXT is defined. If not, this function will never be called. + * when JERRY_ENABLE_EXTERNAL_CONTEXT is defined. If not, this function will never be called. * * @return the pointer to the jerry instance. */