From ae7f28772a6f32a9ebe05a931eaebf9b7236cea1 Mon Sep 17 00:00:00 2001 From: steve-the-bayesian Date: Tue, 20 Apr 2021 06:58:35 -0700 Subject: [PATCH] Update config.md The first line of the file was confusing because it referred to Starlark before defining what Starlark was. I moved the definition to the first line. Closes #13374. PiperOrigin-RevId: 369430700 --- site/docs/skylark/config.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/site/docs/skylark/config.md b/site/docs/skylark/config.md index 44e0f22e596488..ff4f9207a9c412 100644 --- a/site/docs/skylark/config.md +++ b/site/docs/skylark/config.md @@ -7,10 +7,9 @@ category: extending # Configurations -This page covers the benefits and basic usage of Starlark configurations. It -includes how to define build settings and provides examples. - -Starlark configuration is Bazel's API for customizing how your project builds. +This page covers the benefits and basic usage of Starlark configurations, +Bazel's API for customizing how your project builds. It includes how to define +build settings and provides examples. This makes it possible to: