From 24458d0a0ea61176d51f5c759e9afc6f6d53dd08 Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Mon, 6 Jan 2025 10:36:23 +0000 Subject: [PATCH] Fix a typo --- docs/src/pages/native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/native.md b/docs/src/pages/native.md index 19f30c3..1ab3abd 100644 --- a/docs/src/pages/native.md +++ b/docs/src/pages/native.md @@ -2,7 +2,7 @@ The [Scala Native][scala-native] backend is built against Scala Native *0.5.6*. It currently supports macOS and Linux. -With the native backend you can produce executable that are very small (typically a few megabytes) and start in milliseconds. +With the native backend you can produce executables that are very small (typically a few megabytes) and start in milliseconds. [scala-native]: https://scala-native.org/