From 4b4f9aae75d3c85bdc07b0575de5d4db40cea439 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 5 Oct 2020 08:30:57 -0700 Subject: Export of internal Abseil changes -- 6e808cee774d9f4fd315da432e39442ebb738429 by Abseil Team : Fix a couple of typos. PiperOrigin-RevId: 335422012 GitOrigin-RevId: 6e808cee774d9f4fd315da432e39442ebb738429 Change-Id: I8deec4caa0b5e1219d758ba1a2d7b138b9915ed4 --- absl/algorithm/container.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'absl') diff --git a/absl/algorithm/container.h b/absl/algorithm/container.h index 7778ab17..3c4fd733 100644 --- a/absl/algorithm/container.h +++ b/absl/algorithm/container.h @@ -90,10 +90,10 @@ using ContainerPointerType = // lookup of std::begin and std::end, i.e. // using std::begin; // using std::end; -// std::foo(begin(c), end(c); +// std::foo(begin(c), end(c)); // becomes // std::foo(container_algorithm_internal::begin(c), -// container_algorithm_internal::end(c)); +// container_algorithm_internal::end(c)); // These are meant for internal use only. template -- cgit v1.2.3