Skip to content

Commit f800121

Browse files
🤖 Auto-sync docs, metadata, and filepaths (exercism#298)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 346d682 commit f800121

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎exercises/practice/anagram/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
".meta/example.v"
1414
]
1515
},
16-
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
16+
"blurb": "Find the words that use the same letters as another word.",
1717
"source": "Inspired by the Extreme Startup game",
1818
"source_url": "https://github.com/rchatley/extreme_startup"
1919
}

‎exercises/practice/isogram/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
".meta/example.v"
1414
]
1515
},
16-
"blurb": "Determine if a word or phrase is an isogram.",
16+
"blurb": "Determine whether a phrase is an isogram, a word with no repeated letters.",
1717
"source": "Wikipedia",
1818
"source_url": "https://en.wikipedia.org/wiki/Isogram"
1919
}

‎exercises/practice/pangram/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
".meta/example.v"
1414
]
1515
},
16-
"blurb": "Determine if a sentence is a pangram.",
16+
"blurb": "Determine whether a phrase uses every letter in the Latin alphabet.",
1717
"source": "Wikipedia",
1818
"source_url": "https://en.wikipedia.org/wiki/Pangram"
1919
}

‎exercises/practice/sublist/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
".meta/example.v"
1414
]
1515
},
16-
"blurb": "Write a function to determine if a list is a sublist of another list."
16+
"blurb": "Determine if a list is a sublist of another list."
1717
}

0 commit comments

Comments
 (0)