Skip to content

Commit 86fe0ae

Browse files
🤖 Auto-sync docs, metadata, and filepaths (#3138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd1b44d commit 86fe0ae

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build.gradle"
4242
]
4343
},
44-
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
44+
"blurb": "Find the words that use the same letters as another word.",
4545
"source": "Inspired by the Extreme Startup game",
4646
"source_url": "https://github.com/rchatley/extreme_startup"
4747
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build.gradle"
2727
]
2828
},
29-
"blurb": "Search a file for lines matching a regular expression pattern. Return the line number and contents of each matching line.",
29+
"blurb": "Search a file for lines matching a regular expression pattern.",
3030
"source": "Conversation with Nate Foster.",
3131
"source_url": "https://www.cs.cornell.edu/courses/cs3110/2014sp/hw/0/ps0.pdf"
3232
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build.gradle"
3939
]
4040
},
41-
"blurb": "Determine if a word or phrase is an isogram.",
41+
"blurb": "Determine whether a phrase is an isogram, a word with no repeated letters.",
4242
"source": "Wikipedia",
4343
"source_url": "https://en.wikipedia.org/wiki/Isogram"
4444
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build.gradle"
3737
]
3838
},
39-
"blurb": "Determine if a sentence is a pangram.",
39+
"blurb": "Determine whether a phrase uses every letter in the Latin alphabet.",
4040
"source": "Wikipedia",
4141
"source_url": "https://en.wikipedia.org/wiki/Pangram"
4242
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"build.gradle"
3939
]
4040
},
41-
"blurb": "Write a function to determine if a list is a sublist of another list."
41+
"blurb": "Determine if a list is a sublist of another list."
4242
}

0 commit comments

Comments
 (0)