Skip to content

Commit

Permalink
Correct the grammar of an IWYU pragma.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571322393
Change-Id: I0e227b0075d3133ee28c8f766a1be7872c101176
  • Loading branch information
Abseil Team authored and copybara-github committed Oct 6, 2023
1 parent 9c2582e commit 4176cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/container/internal/raw_hash_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
#include "absl/base/options.h"
#include "absl/base/port.h"
#include "absl/base/prefetch.h"
#include "absl/container/internal/common.h" // IWYU pragma: export (for node_handle)
#include "absl/container/internal/common.h" // IWYU pragma: export // for node_handle
#include "absl/container/internal/compressed_tuple.h"
#include "absl/container/internal/container_memory.h"
#include "absl/container/internal/hash_policy_traits.h"
Expand Down

0 comments on commit 4176cd2

Please sign in to comment.