From: qiao hai-jun Date: Mon, 16 Oct 2017 18:18:55 +0000 (-0700) Subject: fix typo X-Git-Tag: v2017.10.23.00~40 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0918ae11ff905a117cb0a5539e23a48b7b8344b1;p=folly.git fix typo Summary: Closes https://github.com/facebook/folly/pull/692 Differential Revision: D6066294 Pulled By: yfeldblum fbshipit-source-id: a533527058b8b5bc71fb6f40bad31a50e8c3f585 --- diff --git a/folly/docs/Overview.md b/folly/docs/Overview.md index d0658d86..e65e12f1 100644 --- a/folly/docs/Overview.md +++ b/folly/docs/Overview.md @@ -111,7 +111,7 @@ processing sequences of values efficiently in C++ akin to C#'s LINQ. encoding](http://www.ir.uwaterloo.ca/book/addenda-06-index-compression.html) for 32-bit values. -####`IpAddress.h` +#### `IpAddress.h` A collection of utilities to deal with IPAddresses, including ipv4 and ipv6.