Skip to content

Commit

Permalink
Remove unneeded 'be' from comment.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652552642
Change-Id: Ic4e367531893714aa216624176a56f39a5f59144
  • Loading branch information
Abseil Team authored and copybara-github committed Jul 15, 2024
1 parent 646126a commit 65ede0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/base/nullability.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ABSL_NAMESPACE_BEGIN
// absl::Nonnull
//
// The indicated pointer is never null. It is the responsibility of the provider
// of this pointer across an API boundary to ensure that the pointer is never be
// of this pointer across an API boundary to ensure that the pointer is never
// set to null. Consumers of this pointer across an API boundary may safely
// dereference the pointer.
//
Expand Down

0 comments on commit 65ede0a

Please sign in to comment.