Skip to content

Commit

Permalink
Fix Grazie-reported grammar errors in README.md and template
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Jul 26, 2024
1 parent 499bd89 commit 15790ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ cloc.countFiles(); // Count files by language (equivalent to `cloc -
```

Results returned by all `cloc` command variants are parsed courtesy of [Jackson](https://github.com/FasterXML/jackson).
Since all methods return an `ObjectNode`, you can easily convert results to a `String`, or map them to a custom POJO.
Since all methods return an `ObjectNode`, you can convert results to a `String`, or map them to a custom POJO.

You can also customize the command output mapper used by the library like so:
You can also customise the command output mapper used by the library like so:

```java
import ch.usi.si.seart.cloc.CLOC;
Expand Down
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ cloc.countFiles(); // Count files by language (equivalent to `cloc -
```

Results returned by all `cloc` command variants are parsed courtesy of [Jackson](https://github.com/FasterXML/jackson).
Since all methods return an `ObjectNode`, you can easily convert results to a `String`, or map them to a custom POJO.
Since all methods return an `ObjectNode`, you can convert results to a `String`, or map them to a custom POJO.

You can also customize the command output mapper used by the library like so:
You can also customise the command output mapper used by the library like so:

```java
import ch.usi.si.seart.cloc.CLOC;
Expand Down

0 comments on commit 15790ae

Please sign in to comment.