From 3ff94461f8cf00fa976225f3b020e65268e24626 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 26 Jun 2024 08:05:22 -0700 Subject: internal-only change PiperOrigin-RevId: 646949076 Change-Id: I0d3fc57aee38e5b3a5b85e2301f5035bfd0e388b --- absl/base/nullability.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'absl/base/nullability.h') diff --git a/absl/base/nullability.h b/absl/base/nullability.h index 077bd42f..39e9b1cc 100644 --- a/absl/base/nullability.h +++ b/absl/base/nullability.h @@ -208,9 +208,9 @@ using Nullable = nullability_internal::NullableImpl; // migrated into one of the above two nullability states: `Nonnull` or // `Nullable`. // -// NOTE: Because this annotation is the global default state, pointers without -// any annotation are assumed to have "unknown" semantics. This assumption is -// designed to minimize churn and reduce clutter within the codebase. +// NOTE: Because this annotation is the global default state, unannotated +// pointers are assumed to have "unknown" semantics. This assumption is designed +// to minimize churn and reduce clutter within the codebase. // // Example: // -- cgit v1.2.3