Skip to content

Commit f5b6e82

Browse files
committed
typo correction
1 parent 2480902 commit f5b6e82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JKScope
22

3-
Java scope functions in style of Kotlin
3+
Java scope functions in the Kotlin style
44

55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.plugatar.jkscope/jkscope/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.plugatar.jkscope/jkscope)
66
[![Javadoc](https://javadoc.io/badge2/com.plugatar.jkscope/jkscope/javadoc.svg)](https://javadoc.io/doc/com.plugatar.jkscope/jkscope)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<packaging>jar</packaging>
2626

2727
<name>JKScope</name>
28-
<description>Java scope functions in style of Kotlin</description>
28+
<description>Java scope functions in the Kotlin style</description>
2929
<url>https://github.com/evpl/jkscope</url>
3030

3131
<developers>

src/main/java/com/plugatar/jkscope/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* JKScope. Java scope functions in style of Kotlin.
17+
* JKScope. Java scope functions in the Kotlin style.
1818
*
1919
* @see <a href="https://github.com/evpl/jkscope">GitHub repository</a>
2020
*/

0 commit comments

Comments
 (0)