From: Adriana Libório Date: Wed, 10 Jan 2018 00:13:22 +0000 (-0800) Subject: Fixing typo in sorted_vector_types.h X-Git-Tag: v2018.01.15.00~35 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=80d1c0e1cbe69db643502682522f813e1d73e693 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 --- 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