Skip to content

Commit

Permalink
typos discovered by KI and fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
verhas committed Apr 10, 2019
1 parent 3abd06b commit d67bf32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Expand Up @@ -11,7 +11,7 @@ Roaster and Java:Geci are two different things and have different purposes, alth
that they share. Roaster is a library, Java::Geci is more a framework that you can insert into your test cycle.
Let's have a look at what one does and the other does not and also the functions that they share.

* Both Roaster and Java::Geci supports code generation. They both have an API that helps you generate Java code using a
* Both Roaster and Java::Geci support code generation. They both have an API that helps you generate Java code using a
fluent API interface. This is one of the main features of Roaster and it provides a more extensive and more robust
API for the purpose than Java::Geci.

Expand Down
2 changes: 1 addition & 1 deletion MAPPER.md
Expand Up @@ -64,7 +64,7 @@ The mapper can be invoked from a test using the following code
}
```

The `Mapper` class has four constructor. With the different arguments you can specify the annotation type that you want
The `Mapper` class has four constructors. With the different arguments you can specify the annotation type that you want
to use on the generated methods signalling that they are generated and you can also specify a `Function<String,String>`
available at test execution time that can convert the field names to Map key values in case you want to use somewhat
modified key values and not those that are identical to the field names in the Java code.

0 comments on commit d67bf32

Please sign in to comment.