From 90583932254db513dc1736fc17460b10cd3dc742 Mon Sep 17 00:00:00 2001 From: zepam Date: Tue, 1 Mar 2022 14:15:24 -0800 Subject: [PATCH] Update hints.md Add a hint to #7 to put new_aliens_collection() outside of the Alien class. --- exercises/concept/ellens-alien-game/.docs/hints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/concept/ellens-alien-game/.docs/hints.md b/exercises/concept/ellens-alien-game/.docs/hints.md index d4e26fcf47..e3045b6016 100644 --- a/exercises/concept/ellens-alien-game/.docs/hints.md +++ b/exercises/concept/ellens-alien-game/.docs/hints.md @@ -39,3 +39,4 @@ - A `tuple` would be a _single_ parameter. - The Alien constructor takes _2 parameters_. - Unpacking what is _inside_ the tuple would yield two parameters. +- The standalone function is outside of the `class`