From 364283b37106a49b7383d0f52e47cb6d1125ac42 Mon Sep 17 00:00:00 2001 From: Corentin Kerisit Date: Mon, 28 Oct 2024 20:36:29 +0100 Subject: [PATCH] docs --- docs/bazel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bazel.md b/docs/bazel.md index 9c4e947d58..07615a8c30 100755 --- a/docs/bazel.md +++ b/docs/bazel.md @@ -280,9 +280,9 @@ Defines the diagnostics to enable. | :------------- | :------------- | :------------- | | address_sanitizer | Whether to enable Address Sanitizer.

If `True`, [`thread_sanitizer`](#xcschemes.diagnostics-thread_sanitizer) must be `False`. | `False` | | thread_sanitizer | Whether to enable Thread Sanitizer.

If `True`, [`address_sanitizer`](#xcschemes.diagnostics-address_sanitizer) must be `False`. | `False` | -| undefined_behavior_sanitizer | Whether to enable Undefined Behavior. | `False` | +| undefined_behavior_sanitizer | Whether to enable Undefined Behavior Sanitizer. | `False` | | main_thread_checker | Whether to enable Main Thread Checker. | `True` | -| thread_performance_checker | Whether to enable Thread Performance Checker. Sanitizer. | `True` | +| thread_performance_checker | Whether to enable Thread Performance Checker. | `True` |