Skip to content

Commit 5bbd6a4

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

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
@@ -35,7 +35,7 @@
3535
".meta/example.ex"
3636
]
3737
},
38-
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
38+
"blurb": "Find the words that use the same letters as another word.",
3939
"source": "Inspired by the Extreme Startup game",
4040
"source_url": "https://github.com/rchatley/extreme_startup"
4141
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
".meta/example.ex"
2121
]
2222
},
23-
"blurb": "Search a file for lines matching a regular expression pattern. Return the line number and contents of each matching line.",
23+
"blurb": "Search a file for lines matching a regular expression pattern.",
2424
"source": "Conversation with Nate Foster.",
2525
"source_url": "https://www.cs.cornell.edu/courses/cs3110/2014sp/hw/0/ps0.pdf"
2626
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
".meta/example.ex"
2424
]
2525
},
26-
"blurb": "Determine if a word or phrase is an isogram.",
26+
"blurb": "Determine whether a phrase is an isogram, a word with no repeated letters.",
2727
"source": "Wikipedia",
2828
"source_url": "https://en.wikipedia.org/wiki/Isogram"
2929
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
".meta/example.ex"
2323
]
2424
},
25-
"blurb": "Determine if a sentence is a pangram.",
25+
"blurb": "Determine whether a phrase uses every letter in the Latin alphabet.",
2626
"source": "Wikipedia",
2727
"source_url": "https://en.wikipedia.org/wiki/Pangram"
2828
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
".meta/example.ex"
3030
]
3131
},
32-
"blurb": "Write a function to determine if a list is a sublist of another list."
32+
"blurb": "Determine if a list is a sublist of another list."
3333
}

0 commit comments

Comments
 (0)