We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372e648 commit 9400099Copy full SHA for 9400099
README.md
@@ -690,8 +690,8 @@ Comparison:
690
##### `String#match` vs `String#=~` [code ](code/string/match-vs-=~.rb)
691
692
> :warning: <br>
693
-> Sometimes you cant replace `match` with `=~`, <br />
694
-> This is only useful for cases where you are checkin <br />
+> Sometimes you can't replace `match` with `=~`, <br>
+> This is only useful for cases where you are checking <br>
695
> for a match and not using the resultant match object.
696
697
```
0 commit comments