From f0aa89322d1bf40938cbbd4ea90b31656b9d0121 Mon Sep 17 00:00:00 2001 From: Jean-Robin Date: Mon, 7 Oct 2024 17:26:05 +0200 Subject: [PATCH] Update docs/release-notes/index.md --- docs/release-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 47b834679..5082247c2 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -206,7 +206,7 @@ This is the list of changes to Taipy releases as they were published. See [issue #1572](https://github.com/Avaiga/taipy/issues/1572). - Methods and functions returning a Boolean value and related to entities now return a `ReasonCollection^` object, which is a set of `Reason^` instances. Each reason contains a message - explaining why the boolean is `False`. The collection is empty if the Boolean is `True` + explaining why the returned value is `False`. The collection is empty if the value is `True` .
Examples: `is_deletable()^`, `exists()^`, `is_readable()^` etc. See [issue #1568](https://github.com/Avaiga/taipy/issues/1568).