From 2e395f36cbf3f9a8218798e3e29f9f7c5ab9537d Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 3 Nov 2017 15:17:09 -0700 Subject: [PATCH] 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 --- folly/docs/Poly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1