From f5a9f91c4906989ed1fb6b478c2488de7fa3b32a Mon Sep 17 00:00:00 2001 From: Jasmine Chen Date: Wed, 6 Jul 2016 17:10:38 -0700 Subject: [PATCH] Fix heading capitalization in docs/FBVector.md Summary: Closes https://github.com/facebook/folly/pull/431 Reviewed By: yfeldblum Differential Revision: D3526251 Pulled By: elliottneilclark fbshipit-source-id: 38ddd275394888cffcf3ad4134d76340be03c97e --- folly/docs/FBVector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/docs/FBVector.md b/folly/docs/FBVector.md index 3d1d4c10..e13d6d29 100644 --- a/folly/docs/FBVector.md +++ b/folly/docs/FBVector.md @@ -1,4 +1,4 @@ -`folly/FBvector.h` +`folly/FBVector.h` ------------------ Simply replacing `std::vector` with `folly::fbvector` (after -- 2.34.1