From cbe56ed63e74c91de5fbfa0c1a3a40283e48ac55 Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Wed, 4 Oct 2023 09:20:36 +0200 Subject: Fix typos in the Starlark page --- doc/pages/starlark.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/pages/starlark.md b/doc/pages/starlark.md index 14abe35..a90c381 100644 --- a/doc/pages/starlark.md +++ b/doc/pages/starlark.md @@ -46,7 +46,7 @@ Python, removed of some Turing-completness for safety. Starlark is commonly used within [Bazel](https://bazel.build) and [Drone](https://drone.io/). -The design choices behind Starlark ensures multiple neat properties to the +The design choices behind Starlark ensure multiple neat properties to the language and, by extension, to the configurations you write: determinism, hermeticity, parallelism, and simplicity. @@ -91,7 +91,8 @@ fizz_buzz(20) ## Implementations -SVGU is build upon the Go implementation of Starlark, but other exists. +SVGU is build upon the Go implementation of Starlark, but other implementations +do exist. We encourage the adoption of Starlark everywhere. - [Go](https://github.com/google/starlark-go/) -- cgit v1.2.3