From 1b9c0073b5400849d27618363e7329764a790eb0 Mon Sep 17 00:00:00 2001 From: Bart Blast Date: Wed, 13 Nov 2024 22:12:18 +0100 Subject: [PATCH] Flag anonymous function calls as done in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a34662a7..8f0b882f8 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Please note that the "Readme" file is currently undergoing an overhaul, and the | Function Type | Status | | :----------------- | :----------------: | -| Anonymous Function | :x: | +| Anonymous Function | :white_check_mark: | | Function Capture | :x: | | Local Function | :x: | | Remote Function | :x: |