Skip to content

Commit 16912e9

Browse files
committed
Minor documentation fixes
1 parent 81857dd commit 16912e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.com/kornilova-l/scala-native-bindgen.svg?branch=master)](https://travis-ci.com/kornilova-l/scala-native-bindgen)
44

5-
This tool generate Scala Native bindings from C headers. It's built upon clang and Libtooling and thus respect the conventions of clang-tools.
5+
This tool generates Scala Native bindings from C headers. It's built upon clang and Libtooling and thus respects the conventions of clang-tools.
66

77
## Usage
88

@@ -34,7 +34,7 @@ make
3434

3535
## Testing
3636

37-
The tests assumes that the above instructions for building has been
37+
The tests assume that the above instructions for building has been
3838
followed.
3939

4040
```sh

visitor/ScalaFrontendActionFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "ScalaFrontendAction.h"
88

99
/**
10-
* Stores instance of IntermediateRepresentation and passes it
10+
* Stores instance of IR and passes it
1111
* to a new instance of ScalaFrontendAction when create method
1212
* is executed.
1313
*/

0 commit comments

Comments
 (0)