From 7630e8d581c73f95401fbea873e2a972ae69dc9c Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Tue, 29 Jun 2021 09:58:29 +0200 Subject: [PATCH] Update graalnaative.md --- radar/2021-01-01/graalnaative.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/graalnaative.md b/radar/2021-01-01/graalnaative.md index a1b866d..a882999 100644 --- a/radar/2021-01-01/graalnaative.md +++ b/radar/2021-01-01/graalnaative.md @@ -10,4 +10,4 @@ of building a native image all library dependencies, including those from the JD The application created as a native image can be run without a JDK. The natively compiled applications require generally less memory and have shorter start up times. -We at AOE have already running microservices written in Scala with Graal Native Image +We at AOE have already running microservices written in Scala with Graal Native Image.