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` |