From 8c13adaf1e563d09e2c33508774a2dbff5bacb14 Mon Sep 17 00:00:00 2001 From: Gregory Casamento Date: Mon, 20 Jan 2020 23:25:27 -0500 Subject: [PATCH] remove experimental from README.initialize. --- README.initialize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.initialize b/README.initialize index fdbfc98cf..45ced2fe0 100644 --- a/README.initialize +++ b/README.initialize @@ -9,7 +9,7 @@ any classes used by a new thread have already been used in the main thread before the new thread starts. If you are worried, please build/run GNUstep with a runtime which supports -the +initialize method. The GNUstep stable runtime (libobjc) and experimental +the +initialize method. The GNUstep stable runtime (libobjc) and clang runtime (libobjc2), available from the GNUstep website and subversion repository, should both work.