10000 replaced semicolon with single quote in caesar · seoul2045/javascript-exercises@cb083f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb083f5

Browse files
replaced semicolon with single quote in caesar
1 parent 137636a commit cb083f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13_caesar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ caesar('A', 1) // simply shifts the letter by 1: returns 'B'
1414

1515
the cipher should retain capitalization:
1616
```javascript
17-
caesar('Hey', 5) // returns 'Mjd;
17+
caesar('Hey', 5) // returns 'Mjd'
1818
```
1919

2020
should _not_ shift punctuation:

0 commit comments

Comments
 (0)
0