Skip to content

Commit

Permalink
Fix explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
vovanmozg committed Jan 21, 2024
1 parent 223b6c1 commit ead307f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruby-questions",
"version": "0.20.0",
"version": "0.21.0",
"description": "Ruby questions and answers for make quizzes",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ruby.js
Original file line number Diff line number Diff line change
Expand Up @@ -3089,7 +3089,7 @@ module.exports = [
],
"explanation": "The output of the code will be `true` because both " +
"`%r[[0]]` and `/[0]/` create the same regular expression, which " +
"matches a single character '0' enclosed in square brackets."
"matches a single character '0'."
},
{
"id": "a7db4c7f-3c3c-4577-905e-59d80e44b6ab",
Expand Down

0 comments on commit ead307f

Please sign in to comment.