clarify comment

This commit is contained in:
Damien Elmes 2021-03-20 16:25:50 +10:00
parent e60eb27184
commit 8cfd28bd00

View file

@ -68,7 +68,7 @@ def protobufjs_library(name, proto, **kwargs):
proto = proto,
)
# Build static module, which we need for pbjs
# Build static module, which we need for pbts
pbjs(
name = js_static_target,
data = [proto_target] + _PROTOBUFJS_CLI_DEPS,