1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Remove a line that I shouldn't have committed.

This commit is contained in:
jbranchaud
2015-06-12 16:08:38 -05:00
parent 059209861a
commit 8b919ba20e

View File

@@ -1,7 +1,5 @@
# 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
have turned and now I want all occurrences of `foo` to be `bar` and all
occurrences of `bar` to be `foo`.