From 16711aa63150b8fb26e4c4c71f187ce0557487c0 Mon Sep 17 00:00:00 2001 From: Vitaly Bogdanov Date: Mon, 14 Oct 2024 12:16:24 +0300 Subject: [PATCH] Fix collapse-bind documentation --- lib/src/metta/runner/stdlib_minimal.metta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/metta/runner/stdlib_minimal.metta b/lib/src/metta/runner/stdlib_minimal.metta index 622e82a93..c6a7917a5 100644 --- a/lib/src/metta/runner/stdlib_minimal.metta +++ b/lib/src/metta/runner/stdlib_minimal.metta @@ -73,9 +73,9 @@ (: decons-atom (-> Expression Expression)) (@doc collapse-bind - (@desc "Evaluates the Atom (first argument) and returns an expression which contains all alternative evaluations in a form (Atom Bindings). Bindings are represented in a form of a grounded atom.") + (@desc "Evaluates minimal MeTTa operation (first argument) and returns an expression which contains all alternative evaluations in a form (Atom Bindings). Bindings are represented in a form of a grounded atom.") (@params ( - (@param "Atom to be evaluated"))) + (@param "Minimal MeTTa operation to be evaluated"))) (@return "All alternative evaluations")) (: collapse-bind (-> Atom Expression))