From: Jasmine Chen Date: Thu, 7 Jul 2016 00:10:38 +0000 (-0700) Subject: Fix heading capitalization in docs/FBVector.md X-Git-Tag: 2016.07.26~68 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f5a9f91c4906989ed1fb6b478c2488de7fa3b32a;p=folly.git 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 --- 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