Skip to content

Commit a1205c5

Browse files
authored
Synced practice exercise metadata to problem specifications. (#3922)
1 parent 11c804d commit a1205c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/simple-cipher/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
".meta/example.py"
3131
]
3232
},
33-
"blurb": "Implement a simple shift cipher like Caesar and a more secure substitution cipher.",
33+
"blurb": "Implement the Vigenère cipher, a simple substitution cipher.",
3434
"source": "Substitution Cipher at Wikipedia",
3535
"source_url": "https://en.wikipedia.org/wiki/Substitution_cipher"
3636
}

0 commit comments

Comments
 (0)