From 08c2073d5506597f72b473be9c4a9c9851145da7 Mon Sep 17 00:00:00 2001 From: Andrey Goder Date: Fri, 7 Mar 2014 14:50:07 -0800 Subject: [PATCH] Fix comment Summary: This should be 'docs' not 'doc'. Too bad now it exceeds 80 chars :(. Test Plan: n/a Reviewed By: simpkins@fb.com FB internal diff: D1209738 @override-unit-failures --- folly/small_vector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/folly/small_vector.h b/folly/small_vector.h index a339e138..5fe9bd26 100644 --- a/folly/small_vector.h +++ b/folly/small_vector.h @@ -15,7 +15,8 @@ */ /* - * For high-level documentation and usage examples see folly/doc/small_vector.md + * For high-level documentation and usage examples see + * folly/docs/small_vector.md * * @author Jordan DeLong */ -- 2.34.1