Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apurvabanka committed Oct 24, 2024
1 parent 8da5e39 commit 952e854
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/thesauruses/kotlin/1.5/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"destroy_string": {
"name": "Destroy string",
"not-implemented": true
"not_implemented": true
},
"length_of_string": {
"name": "Length of string",
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"is_decimal": {
"name": "Is string a decimal number?",
"not-implemented": true
"not_implemented": true
},
"is_all_whitespaces": {
"name": "Is string all whitespace characters?",
Expand Down Expand Up @@ -186,19 +186,19 @@
},
"encode_html_entities": {
"name": "Encode HTML entities in a string (ex: ™ to ™)",
"not-implemented": true
"not_implemented": true
},
"decode_html_entities": {
"name": "Decode HTML entitles into characters",
"not-implemented": true
"not_implemented": true
},
"encode_url_percent": {
"name": "Encode URL percent encoding into string (ex: ' ' to %20)",
"not-implemented": true
"not_implemented": true
},
"decode_url_percent": {
"name": "Decode URL percent encoding",
"not-implemented": true
"not_implemented": true
},
"encode_to_base64": {
"name": "Encode string into Base64 format",
Expand Down

0 comments on commit 952e854

Please sign in to comment.