From f7493ff358c5024fb624b81ab1c545fc7ef813f7 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 22 Jun 2020 15:26:45 +0200 Subject: [PATCH] doc(api) Update. --- lib/api/src/externals/function.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/src/externals/function.rs b/lib/api/src/externals/function.rs index 8a8984b09..3cfee3c5c 100644 --- a/lib/api/src/externals/function.rs +++ b/lib/api/src/externals/function.rs @@ -476,7 +476,7 @@ impl VMDynamicFunctionCall for VMDynamicFunctionContext } /// This private inner module contains the low-level implementation -/// for `Func` and its siblings. +/// for `Function` and its siblings. mod inner { use std::convert::Infallible; use std::error::Error;