Skip to content

Commit 5b2120a

Browse files
authored
Add periods to rest of the blurbs (exercism#1978)
* replaced TODO with blurbs from exercises these were forked from. * add Blurb for SalaryCalculator exercise * update blurbs with consistent punctuation - mostly adding periods; some added quotation marks * Add period to remaining blurbs that were missing punctuation.
1 parent 576aa1c commit 5b2120a

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

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
"matthewmorgan"
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
"sjwarner-bp"
55
],

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
"stkent"
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
"stkent"
55
],

exercises/practice/error-handling/.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 various kinds of error handling and resource management",
2+
"blurb": "Implement various kinds of error handling and resource management.",
33
"authors": [
44
"CRivasGomez"
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
"stkent"
55
],

exercises/practice/grade-school/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Given students' names along with the grade that they are in, create a roster for the school",
2+
"blurb": "Given students' names along with the grade that they are in, create a roster for the school.",
33
"authors": [
44
"sit"
55
],

exercises/practice/simple-cipher/.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 a simple shift cipher like Caesar and a more secure substitution cipher",
2+
"blurb": "Implement a simple shift cipher like Caesar and a more secure substitution cipher.",
33
"authors": [],
44
"contributors": [
55
"FridaTveit",

exercises/practice/simple-linked-list/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "Write a simple linked list implementation that uses Elements and a List",
2+
"blurb": "Write a simple linked list implementation that uses Elements and a List.",
33
"authors": [
44
"matthewmorgan"
55
],

0 commit comments

Comments
 (0)