Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Abrahams <[email protected]>
  • Loading branch information
driusan and Dave Abrahams authored Mar 8, 2021
1 parent 1e00bb8 commit 6463311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ go build

This will build the binary named `lmt` for your platform in the current
directory. You can use the `-o $path` argument to `go build` to build
the binary in a different location. (ie `go build -o ~/bin/` to put the
the binary in a different location. (i.e. `go build -o ~/bin/` to put the
binary in `~/bin/`.)

## Demo
Expand Down Expand Up @@ -112,7 +112,7 @@ again)
std::cout << "Hello, world!" << std::endl;
```

`lmt` parse each file passed on the command line in order. The last
`lmt` parses each file passed on the command line in order. The last
definition of a macro will be used for all references to that macro in
other code blocks (including blocks which preceeded it in the source.)

Expand Down

0 comments on commit 6463311

Please sign in to comment.