diff --git a/format.md b/format.md index b5f208d..9080970 100644 --- a/format.md +++ b/format.md @@ -190,7 +190,7 @@ amount = 1 Functions return a vector of logs, as well as a key-value store, where the key is an item's name, and the value is a data structure containing instructions to create resulting object instances (see: type `crate::modules::FunctionResult`, `(Vec, HashMap)`) (see: struct `crate::modules::FunctionOutput`). -Note that functions themselves don't create object instances on their own. They merely return the instructions needed (an `object_type` and values of `input`) to do so by the implementation. +Note that functions themselves don't create object instances on their own. They merely return the instructions needed (an `object_type` and values of `input`, `local`, and `remote`) to do so by the implementation. ## Function templates