From 566925d9f3be3d5fe070577c392ad6a57a960d04 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Wed, 26 Jul 2023 17:39:48 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f50e9..dcff743 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ __nl.sander.reflective.compare.Compare__ * Can optionally do 'structural comparison' (as opposed to _nominal_ like in the respective types of polymorphism). Let's say you have class Apple with property _color_ and a class Orange, also with property _color_. `Compare` provides `any` method with which you can compare the values disregarding the type that contains them. __nl.sander.reflective.tomap.ToMap__ -* turn any bean/record in a Map +* turn any bean/record into a Map