From 3e6e6c85a0ca56aa8465318e61020afa3ae5f849 Mon Sep 17 00:00:00 2001 From: ZiyangXiao Date: Thu, 24 Nov 2022 02:01:12 +0800 Subject: [PATCH] Fix typo (#24160) Signed-off-by: Xiao, Ziyang --- bazel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/README.md b/bazel/README.md index c79ba6bae8d1..3b8ae0a78223 100644 --- a/bazel/README.md +++ b/bazel/README.md @@ -697,8 +697,8 @@ The following optional features can be disabled on the Bazel build command-line: * tcmalloc with `--define tcmalloc=disabled`. Also you can choose Gperftools' implementation of tcmalloc with `--define tcmalloc=gperftools` which is the default for builds other than x86_64 and aarch64. * deprecated features with `--define deprecated_features=disabled` -* http3/quic with --//bazel:http3=False -* autolinking libraries with --define=library_autolink=disabled +* http3/quic with `--//bazel:http3=False` +* autolinking libraries with `--define=library_autolink=disabled` * admin HTML home page with `--define=admin_html=disabled` * admin functionality with `--define=admin_functionality=disabled`