From fb2e39b7d559b4ec9b87a84fe26befb857b51844 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Tue, 30 Aug 2016 00:14:43 +0100 Subject: [PATCH] docs: schema compilation context passed to compile and macro custom keyword functions --- CUSTOM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM.md b/CUSTOM.md index b4264ed..eb7e97e 100644 --- a/CUSTOM.md +++ b/CUSTOM.md @@ -236,7 +236,7 @@ See [schema compilation context](#schema-compilation-context) for more informati ## Schema compilation context -The first parameter passed to inline keyword compilation function is `it`, the schema compilation context. All the properties and functions documented here are safe to use in your keywords, they won't be renamed or change their meaning without major version change. +The first parameter passed to inline keyword compilation function (and the 3rd parameter passed to compile and macro keyword functions) is `it`, the schema compilation context. All the properties and functions documented here are safe to use in your keywords, they won't be renamed or change their meaning without major version change. `it` object has the following properties: