Skip to content

Commit dc314b6

Browse files
authored
Sync metadata with problem-specifications (#1114)
A number of practice exercises have minor changes to the metadata. Mostly it's just punctuation in the blurbs, though there are a few other minor changes such as tweaks to source URLs or updating wording for clarity. Since these should all be straight forward to review, I've taken the liberty of updating them all in a single PR.
1 parent f65f903 commit dc314b6

File tree

21 files changed

+23
-24
lines changed

21 files changed

+23
-24
lines changed

exercises/practice/acronym/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Convert a long phrase to its acronym",
2+
"blurb": "Convert a long phrase to its acronym.",
33
"authors": [
44
"lpalma"
55
],

exercises/practice/armstrong-numbers/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Determine if a number is an Armstrong number",
2+
"blurb": "Determine if a number is an Armstrong number.",
33
"authors": [],
44
"contributors": [
55
"iHiD",

exercises/practice/binary/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Convert a binary number, represented as a string (e.g. '101010'), to its decimal equivalent using first principles",
2+
"blurb": "Convert a binary number, represented as a string (e.g. '101010'), to its decimal equivalent using first principles.",
33
"authors": [
44
"etrepum"
55
],

exercises/practice/bowling/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Score a bowling game",
2+
"blurb": "Score a bowling game.",
33
"authors": [
44
"abo64"
55
],
@@ -25,6 +25,6 @@
2525
".meta/examples/success-standard/src/Bowling.hs"
2626
]
2727
},
28-
"source": "The Bowling Game Kata at but UncleBob",
28+
"source": "The Bowling Game Kata from UncleBob",
2929
"source_url": "http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
3030
}

exercises/practice/change/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Correctly determine change to be given using the least number of coins",
2+
"blurb": "Correctly determine change to be given using the least number of coins.",
33
"authors": [
44
"abo64"
55
],

exercises/practice/collatz-conjecture/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture",
2+
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.",
33
"authors": [],
44
"contributors": [
55
"guygastineau",

exercises/practice/connect/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Compute the result for a game of Hex / Polygon",
2+
"blurb": "Compute the result for a game of Hex / Polygon.",
33
"authors": [
44
"pminten"
55
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Randomly generate Dungeons & Dragons characters",
2+
"blurb": "Randomly generate Dungeons & Dragons characters.",
33
"authors": [
44
"sshine"
55
],

exercises/practice/food-chain/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Generate the lyrics of the song 'I Know an Old Lady Who Swallowed a Fly'",
2+
"blurb": "Generate the lyrics of the song 'I Know an Old Lady Who Swallowed a Fly'.",
33
"authors": [
44
"sjakobi"
55
],

exercises/practice/forth/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Implement an evaluator for a very simple subset of Forth",
2+
"blurb": "Implement an evaluator for a very simple subset of Forth.",
33
"authors": [
44
"etrepum"
55
],

0 commit comments

Comments
 (0)