From 80d1c0e1cbe69db643502682522f813e1d73e693 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adriana=20Lib=C3=B3rio?= Date: Tue, 9 Jan 2018 16:13:22 -0800 Subject: [PATCH] Fixing typo in sorted_vector_types.h Summary: title Created from Diffusion's 'Open in Editor' feature. (Note: this ignores all push blocking failures!) Reviewed By: Sushisugre Differential Revision: D6688367 fbshipit-source-id: 6e2f2d3fcb897fe78c1caef841515856b1f2bd42 --- folly/sorted_vector_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/sorted_vector_types.h b/folly/sorted_vector_types.h index 432b9411..f7fbba24 100644 --- a/folly/sorted_vector_types.h +++ b/folly/sorted_vector_types.h @@ -199,7 +199,7 @@ void bulk_insert( /** * A sorted_vector_set is a container similar to std::set<>, but - * implemented as as a sorted array with std::vector<>. + * implemented as a sorted array with std::vector<>. * * @param class T Data type to store * @param class Compare Comparison function that imposes a -- 2.34.1