Skip to content

Commit

Permalink
Merge pull request rolling-scopes-school#3 from stardustmeg/patch-2
Browse files Browse the repository at this point in the history
fix: fix a typo in examples of a task
  • Loading branch information
natein authored Nov 8, 2023
2 parents a8369a8 + 66c76a2 commit a681a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strings-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function reverseWords(/* str */) {
*
* @example
* invertCase('Hello, World!') => 'hELLO, wORLD!'
* invertCase('JavaScript is Fun') => 'jAVASCRIPT IS fUN'
* invertCase('JavaScript is Fun') => 'jAVAsCRIPT IS fUN'
* invertCase('12345') => '12345'
*/
function invertCase(/* str */) {
Expand Down

0 comments on commit a681a39

Please sign in to comment.