From: Louis Dionne Date: Fri, 3 Nov 2017 22:17:09 +0000 (-0700) Subject: Nitpick: fix typo in name X-Git-Tag: v2017.11.06.00~5 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=2e395f36cbf3f9a8218798e3e29f9f7c5ab9537d Nitpick: fix typo in name Summary: Closes https://github.com/facebook/folly/pull/705 Reviewed By: yfeldblum Differential Revision: D6234351 Pulled By: Orvid fbshipit-source-id: e71bb3882c783a47ace4d08f134b2e450aaabb6b --- diff --git a/folly/docs/Poly.md b/folly/docs/Poly.md index c191ec1a..5750dbf5 100644 --- a/folly/docs/Poly.md +++ b/folly/docs/Poly.md @@ -46,7 +46,7 @@ Below is a simple example program that defines a `drawable` wrapper for any type that provides a `draw` member function. (The details will be explained later.) ``` Cpp - // This example is an adaptation of one found in Louis Dione's dyno library. + // This example is an adaptation of one found in Louis Dionne's dyno library. #include #include