From 9fb8de14dd7bd245d70d8a596373b3c3bebbea67 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 7 May 2022 09:49:33 +0300 Subject: [PATCH] doc: closures now work on Windows --- doc/docs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index 3cb1682501..3728a93f8d 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -2422,8 +2422,7 @@ V supports closures too. This means that anonymous functions can inherit variables from the scope they were created in. They must do so explicitly by listing all variables that are inherited. -> Warning: currently works on Unix-based, x64 architectures only. -Some work is in progress to make closures work on Windows, then other architectures. +> Warning: currently works on x64 architectures only. ```v oksyntax my_int := 1