Skip to content

Commit c116bc6

Browse files
committed
fixed missing html encoding
1 parent 7461a19 commit c116bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/hauner/openapi/api/OpenApiGeneratr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* <p>
3131
* For example the gradle plugin will provide a gradle task for each (configured) generatr. This task
32-
* will find & run a generatr by using this service interface. By using the service interface it does
32+
* will find and run a generatr by using this service interface. By using the service interface it does
3333
* not need an explicit dependency on a generatr.
3434
*
3535
* @author Martin Hauner

0 commit comments

Comments
 (0)