Skip to content

Commit

Permalink
Update docs/release-notes/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV authored Oct 7, 2024
1 parent b1236ce commit f0aa893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
.<br/>
Examples: `is_deletable()^`, `exists()^`, `is_readable()^` etc.
See [issue #1568](https://github.com/Avaiga/taipy/issues/1568).
Expand Down

0 comments on commit f0aa893

Please sign in to comment.