Skip to content

Commit

Permalink
two-fer: Update description.md (#1583)
Browse files Browse the repository at this point in the history
* Update description.md

I don't think it's great anyways but I'm tired of seeing students submit X as the variable name because of picking up some subliminal hint here.

* Update exercises/two-fer/description.md

Co-Authored-By: Victor Goff <[email protected]>

Co-authored-by: Victor Goff <[email protected]>
  • Loading branch information
joshgoebel and kotp authored Mar 17, 2020
1 parent 5b65046 commit 5f14f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/two-fer/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Given a name, return a string with the message:

```text
One for X, one for me.
One for name, one for me.
```

Where X is the given name.
Where "name" is the given name.

However, if the name is missing, return the string:

Expand Down

0 comments on commit 5f14f2e

Please sign in to comment.