Nitpick: fix typo in name
[folly.git] / folly / docs / Poly.md
index c191ec1a1527f2aa013af77123eb1d282cbbe9aa..5750dbf54e4b398a3b7091f3bdd1c67355013708 100644 (file)
@@ -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 <folly/Poly.h>
     #include <iostream>