From 98a7f2357de5329cd4065e830014b16a46942ff4 Mon Sep 17 00:00:00 2001 From: yuyawk <46620009+yuyawk@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:57:36 +0900 Subject: [PATCH] fix readme (#86) --- lang/cc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/cc/README.md b/lang/cc/README.md index c23ff49..51ac1c3 100644 --- a/lang/cc/README.md +++ b/lang/cc/README.md @@ -19,8 +19,8 @@ In addition to the common rule attributes listed [here](https://bazel.build/refe | local_defines | Pre-processor macro definitions | list of str | No (defaults to `[]`) | | | compile_stderr | Matcher for the stderr message while compiling | specific matcher | No (defaults to no-op) | | | compile_stdout | Matcher for the stdout message while compiling | specific matcher | No (defaults to no-op) | | -| link_stderr | Matcher for the stderr message while compiling | specific matcher | No (defaults to no-op) | | -| link_stdout | Matcher for the stdout message while compiling | specific matcher | No (defaults to no-op) | | +| link_stderr | Matcher for the stderr message while linking | specific matcher | No (defaults to no-op) | | +| link_stdout | Matcher for the stdout message while linking | specific matcher | No (defaults to no-op) | | ## `CcBuildErrorInfo`