Skip to content

Commit ae8a886

Browse files
github-actions[bot]kahgohjagdish-15
authored
🤖 Auto-sync docs, metadata, and filepaths (#2973)
Co-authored-by: kahgoh <[email protected]> Co-authored-by: Jagdish Prajapati <[email protected]>
1 parent 9fd29ee commit ae8a886

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

‎exercises/practice/luhn/.docs/instructions.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If the sum is evenly divisible by 10, the original number is valid.
4141

4242
### Invalid Canadian SIN
4343

44-
The number to be checked is `066 123 468`.
44+
The number to be checked is `066 123 478`.
4545

4646
We start at the end of the number and double every second digit, beginning with the second digit from the right and moving left.
4747

‎exercises/practice/piecing-it-together/.meta/config.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"editor": [
1616
"src/main/java/JigsawInfo.java"
17+
],
18+
"invalidator": [
19+
"build.gradle"
1720
]
1821
},
1922
"blurb": "Fill in missing jigsaw puzzle details from partial data",

‎exercises/practice/swift-scheduling/.meta/config.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"example": [
1313
".meta/src/reference/java/SwiftScheduling.java"
14+
],
15+
"invalidator": [
16+
"build.gradle"
1417
]
1518
},
1619
"blurb": "Convert delivery date descriptions to actual delivery dates.",

0 commit comments

Comments
 (0)