Skip to content

Change ie into i.e. #3749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

yuvallanger
Copy link
Contributor

Continuing work done in #3748.

Used:

```bash
find * -type f -exec sed -i 's/\beg,/e.g.,/g' {} \;
```
Used:

```bash
find * -type f -exec sed -i 's/\beg\b/e.g.,/g' {} \;
```
Used:

```bash
find * -type f -exec sed -i 's/\bie,/i.e.,/g' {} \;
```
Used:

```bash
find * -type f -exec sed -i 's/\bie\b/i.e.,/g' {} \;
```
@tacaswell
Copy link
Member

The same commits are in both PRs. Can you just keep working on the patch-eg-with-dots branch? pull requests track branches, not commits so when ever you push new commits to the branch, github will update the pull request with the new commits. This also means that by using force push you can completely change the contents of the PR.

@tacaswell tacaswell closed this Nov 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants