Skip to content

Commit 6ae6cc6

Browse files
Abseil Teamcopybara-github
authored andcommitted
Clean up a doc example where we had absl_nonnull and = nullptr;
PiperOrigin-RevId: 817246023 Change-Id: I5e759f6685e0d922313bad754d339ed0a0c796ea
1 parent 511de5b commit 6ae6cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/base/nullability.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
// const Employee* absl_nonnull e;
8282
//
8383
// // A non-null pointer to a const nullable pointer to an `Employee`.
84-
// Employee* absl_nullable const* absl_nonnull e = nullptr;
84+
// Employee* absl_nullable const* absl_nonnull e;
8585
//
8686
// // A non-null function pointer.
8787
// void (*absl_nonnull func)(int, double);

0 commit comments

Comments
 (0)