From 195fe48aba145be7457ed821bc2c12ab575d90f7 Mon Sep 17 00:00:00 2001 From: Lautaro Lubatti <12738908+lubatti@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:02:25 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba679ae..9a3e8088 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This library aims to provide a light class-based AST based "reflection" library. ## Worse than Better -It is influenced by [BetterReflection](https://github.com/Roave/BetterReflection), diffrerences are as follows: +It is influenced by [BetterReflection](https://github.com/Roave/BetterReflection), differences are as follows: - Can reflect variables. - Does not aim to implement built-in PHP reflection API.