Skip to content

Commit fd09c87

Browse files
Sync metadata and docs (#1445)
1 parent b6a3ba3 commit fd09c87

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: exercises/practice/meetup/.meta/config.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@
3232
]
3333
},
3434
"blurb": "Calculate the date of meetups.",
35-
"source": "Jeremy Hinegardner mentioned a Boulder meetup that happens on the Wednesteenth of every month",
36-
"source_url": "http://www.copiousfreetime.org/"
35+
"source": "Jeremy Hinegardner mentioned a Boulder meetup that happens on the Wednesteenth of every month"
3736
}

Diff for: exercises/practice/say/.docs/instructions.md

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Implement breaking a number up into chunks of thousands.
3030

3131
So `1234567890` should yield a list like 1, 234, 567, and 890, while the far simpler `1000` should yield just 1 and 0.
3232

33-
The program must also report any values that are out of range.
34-
3533
## Step 3
3634

3735
Now handle inserting the appropriate scale word between those chunks.

0 commit comments

Comments
 (0)