Skip to content

Commit e76061f

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
".meta/example.rb"
2929
]
3030
},
31-
"blurb": "Determine if a word or phrase is an isogram.",
31+
"blurb": "Determine whether a phrase is an isogram, a word with no repeated letters.",
3232
"source": "Wikipedia",
3333
"source_url": "https://en.wikipedia.org/wiki/Isogram"
3434
}

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

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

0 commit comments

Comments
 (0)