Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCharousek committed Apr 19, 2020
1 parent fa8ae59 commit d46731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d46731f

Please sign in to comment.