From 81b9030e78755ca2f581765fc44386cd576f122b Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 10 Jul 2023 09:37:50 -0700 Subject: Fix a typo of absl::Nonnull in the example comment. PiperOrigin-RevId: 546897533 Change-Id: I3ad12f252c49e4672a64d00d0107111fdc5b6ac8 --- absl/base/nullability.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absl/base/nullability.h b/absl/base/nullability.h index 17553d0c..6f49b6f5 100644 --- a/absl/base/nullability.h +++ b/absl/base/nullability.h @@ -164,7 +164,7 @@ namespace absl { // Example: // // // `employee` is designated as not null. -// void PaySalary(absl::NotNull employee) { +// void PaySalary(absl::Nonnull employee) { // pay(*employee); // OK to dereference // } template -- cgit v1.2.3