Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
evpl committed Feb 11, 2024
1 parent 2480902 commit f5b6e82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JKScope

Java scope functions in style of Kotlin
Java scope functions in the Kotlin style

[![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)
[![Javadoc](https://javadoc.io/badge2/com.plugatar.jkscope/jkscope/javadoc.svg)](https://javadoc.io/doc/com.plugatar.jkscope/jkscope)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<packaging>jar</packaging>

<name>JKScope</name>
<description>Java scope functions in style of Kotlin</description>
<description>Java scope functions in the Kotlin style</description>
<url>https://github.com/evpl/jkscope</url>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/plugatar/jkscope/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/
/**
* JKScope. Java scope functions in style of Kotlin.
* JKScope. Java scope functions in the Kotlin style.
*
* @see <a href="https://github.com/evpl/jkscope">GitHub repository</a>
*/
Expand Down

0 comments on commit f5b6e82

Please sign in to comment.