From d46731f1909b0d315c971e774d4807dff05eb6e5 Mon Sep 17 00:00:00 2001 From: Dan Charousek Date: Mon, 20 Apr 2020 00:06:29 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c84a4..f7c45a5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ class User extends DataObject * @dto-property LastName * And last name is PascalCased? What? * It's weird API we're dealing with, indeed. - * Fortunately we can easily rename it for our purposes.d + * Fortunately we can easily rename it for our purposes. */ public $lastName; }