mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Remove a line that I shouldn't have committed.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# Swap Occurrences Of Two Words
|
# Swap Occurrences Of Two Words
|
||||||
|
|
||||||
If I have a file with `foo` and `bar` all over the place and
|
|
||||||
|
|
||||||
Imagine I have a file with `foo` and `bar` all over the place. The tables
|
Imagine I have a file with `foo` and `bar` all over the place. The tables
|
||||||
have turned and now I want all occurrences of `foo` to be `bar` and all
|
have turned and now I want all occurrences of `foo` to be `bar` and all
|
||||||
occurrences of `bar` to be `foo`.
|
occurrences of `bar` to be `foo`.
|
||||||
|
|||||||
Reference in New Issue
Block a user