Skip to content

Commit

Permalink
prevent Unkown meassage
Browse files Browse the repository at this point in the history
  • Loading branch information
pulgamecanica committed Oct 8, 2022
1 parent e677fe9 commit 591c175
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/thesauruses/ruby/3/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"concepts": {
"is_primitive_or_not": {
"comment": "Yes"
"code": "Yes"
},
"import": {
"comment":
"code":
"Built-in included in the default Modules"
},
"default_string_byte_encoding": {
"comment": "UTF-8"
"code": "UTF-8"
},
"create_new_string": {
"code": [
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"max_length_of_string": {
"comment": "65,535 characters."
"code": "65,535 characters."
},
"clear_string": {
"code": [
Expand Down

0 comments on commit 591c175

Please sign in to comment.