From ba47338c5f43321aea479c3f175838fbd27fb5db Mon Sep 17 00:00:00 2001 From: Angelo Ocana Martins Date: Wed, 3 Jan 2024 16:49:05 +0000 Subject: [PATCH] Test CI, no real change --- lib/job-iteration/enumerator_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/job-iteration/enumerator_builder.rb b/lib/job-iteration/enumerator_builder.rb index 46e2756d..2325dd78 100644 --- a/lib/job-iteration/enumerator_builder.rb +++ b/lib/job-iteration/enumerator_builder.rb @@ -11,7 +11,7 @@ module JobIteration class EnumeratorBuilder extend Forwardable - # These wrappers ensure we have a custom type that we can assert on in + # Test... These wrappers ensure we have a custom type that we can assert on in # Iteration. It's useful that the `wrapper` passed to EnumeratorBuilder in # `enumerator_builder` is _always_ the type that is returned from # `build_enumerator`. This prevents people from implementing custom