Commit 80d1c0e1 authored by Adriana Libório's avatar Adriana Libório Committed by Facebook Github Bot

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
parent 2a4ad2c8
...@@ -199,7 +199,7 @@ void bulk_insert( ...@@ -199,7 +199,7 @@ void bulk_insert(
/** /**
* A sorted_vector_set is a container similar to std::set<>, but * 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 T Data type to store
* @param class Compare Comparison function that imposes a * @param class Compare Comparison function that imposes a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment