From e54ced471c2f7e9d76ebc91d4e3d4eab21ee3584 Mon Sep 17 00:00:00 2001 From: Davor Ocelic Date: Wed, 20 Dec 2023 23:28:25 +0100 Subject: [PATCH] Minor --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f7f797..d944dff 100644 --- a/README.md +++ b/README.md @@ -282,8 +282,7 @@ alias Virtual = Nil | Bool | Int32 | being replaced with `Enumerable(Int32)` due to a bug in Crystal (https://github.com/crystal-lang/crystal/issues/14047). -Another, related consideration is related to matching fields that contain these enumerable -types. +Another, related consideration is related to matching fields that contain these enumerable types: Some enumerables change internal state when they are used, so in the matching function accepting `Enumerable` data types they are `#dup`-ed before use, to make sure the original objects