Skip to content

Commit 9400099

Browse files
committed
Some simple editing changes [ci skip]
1 parent 372e648 commit 9400099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,8 @@ Comparison:
690690
##### `String#match` vs `String#=~` [code ](code/string/match-vs-=~.rb)
691691

692692
> :warning: <br>
693-
> Sometimes you cant replace `match` with `=~`, <br />
694-
> This is only useful for cases where you are checkin <br />
693+
> Sometimes you can't replace `match` with `=~`, <br>
694+
> This is only useful for cases where you are checking <br>
695695
> for a match and not using the resultant match object.
696696
697697
```

0 commit comments

Comments
 (0)