From b6c32c3bd01f5c4991c97857046e790539e33128 Mon Sep 17 00:00:00 2001 From: Julie <30670028+juliexxia@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:39:45 -0800 Subject: [PATCH] Update common_settings.bzl --- rules/common_settings.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/common_settings.bzl b/rules/common_settings.bzl index edda079..4aca7ae 100644 --- a/rules/common_settings.bzl +++ b/rules/common_settings.bzl @@ -99,6 +99,6 @@ string_setting = rule( doc = "A string-typed build setting that cannot be set on the command line", ) -# Extracts the value from an attribute that returns BuildSettingInfo +# Extracts the value from an attribute that provides BuildSettingInfo def get_build_setting_value(build_setting_attr): return build_setting_attr[BuildSettingInfo].value