diff --git a/TUTORIAL.md b/TUTORIAL.md index 620c037acb..720b1268f0 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -2422,7 +2422,7 @@ Exit status of `0`, it was true. Using the same syntax, test if `hello` is equal ### 1310.1 -False. An import operator in that menu is `=~`. It allows for pattern matching. Using the same syntax but with this operator, check if `hello` contains the pattern `el`. +False. An important operator in that menu is `=~`. It allows for pattern matching. Using the same syntax but with this operator, check if `hello` contains the pattern `el`. #### HINTS diff --git a/tutorial.json b/tutorial.json index ae56139a6e..6d26836002 100644 --- a/tutorial.json +++ b/tutorial.json @@ -4540,7 +4540,7 @@ "df02e2e7b008ca5bd0fd4bb0aac2abd0d667a9f8" ] }, - "content": "False. An import operator in that menu is `=~`. It allows for pattern matching. Using the same syntax but with this operator, check if `hello` contains the pattern `el`.", + "content": "False. An important operator in that menu is `=~`. It allows for pattern matching. Using the same syntax but with this operator, check if `hello` contains the pattern `el`.", "hints": [ "Use the `[[ ... ]]; echo $?` syntax", "Use the `=~` operator with it",