Skip to content

Commit 8afbabe

Browse files
authored
Update config.json (#4121)
Corrected author names to match GitHub name/capitalization.
1 parent 3156d5f commit 8afbabe

File tree

1 file changed

+4
-4
lines changed
  • exercises/practice/dnd-character/.approaches

1 file changed

+4
-4
lines changed

exercises/practice/dnd-character/.approaches/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
"slug": "ability-method",
1111
"title": "Ability Method",
1212
"blurb": "Use one method to generate dice rolls and return ability values.",
13-
"authors": ["bethanyg"]
13+
"authors": ["BethanyG"]
1414
},
1515
{
1616
"uuid": "5022c80c-8ca1-45e4-aa5f-d91bb3f53441",
1717
"slug": "dice-roll-static-method",
1818
"title": "Dice Roll Static Method",
1919
"blurb": "Use a separate static method to conduct dice rolls.",
20-
"authors": ["bethanyg"]
20+
"authors": ["BethanyG"]
2121
},
2222
{
2323
"uuid": "98af6c1d-5ab4-476d-9041-30b8f55e13eb",
2424
"slug": "stand-alone-dice-roll-function",
2525
"title": "Stand-alone Dice Roll Function",
2626
"blurb": "Create a dice roll function outside the Character class.",
27-
"authors": ["bethanyg"]
27+
"authors": ["BethanyG"]
2828
},
2929
{
3030
"uuid": "5dd9d9b0-bfa5-43b2-8e95-787425349fc4",
3131
"slug": "loop-and-setattr-in-init",
3232
"title": "Loop and setattr in init",
3333
"blurb": "Use a tuple of attributes, a loop, and setattr in init to assign ability values.",
34-
"authors": ["bethanyg"]
34+
"authors": ["BethanyG"]
3535
}
3636
]
3737
}

0 commit comments

Comments
 (0)