Fixing typo in sorted_vector_types.h
[folly.git] / folly / sorted_vector_types.h
index 432b9411094a58dec138ea3ea132bd952a2229c0..f7fbba247e315a55e31dce46b66702a82a91320a 100644 (file)
@@ -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