Skip to content

Commit 18ad14b

Browse files
🤖 Auto-sync docs, metadata, and filepaths (#402)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 136bbb0 commit 18ad14b

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
@@ -16,7 +16,7 @@
1616
"Scarb.toml"
1717
]
1818
},
19-
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
19+
"blurb": "Find the words that use the same letters as another word.",
2020
"source": "Inspired by the Extreme Startup game",
2121
"source_url": "https://github.com/rchatley/extreme_startup"
2222
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Scarb.toml"
1717
]
1818
},
19-
"blurb": "Determine if a word or phrase is an isogram.",
19+
"blurb": "Determine whether a phrase is an isogram, a word with no repeated letters.",
2020
"source": "Wikipedia",
2121
"source_url": "https://en.wikipedia.org/wiki/Isogram"
2222
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Scarb.toml"
1717
]
1818
},
19-
"blurb": "Determine if a sentence is a pangram.",
19+
"blurb": "Determine whether a phrase uses every letter in the Latin alphabet.",
2020
"source": "Wikipedia",
2121
"source_url": "https://en.wikipedia.org/wiki/Pangram"
2222
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"Scarb.toml"
1717
]
1818
},
19-
"blurb": "Write a function to determine if a list is a sublist of another list."
19+
"blurb": "Determine if a list is a sublist of another list."
2020
}

0 commit comments

Comments
 (0)