Skip to content

Commit 98d2dc0

Browse files
authored
Merge pull request iluwatar#1487 from RayYH/master
fix word typo
2 parents 870d44b + b91bbc7 commit 98d2dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singleton/src/main/java/com/iluwatar/singleton/InitializingOnDemandHolderIdiom.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private InitializingOnDemandHolderIdiom() {
4545
}
4646

4747
/**
48-
* Sigleton instance.
48+
* Singleton instance.
4949
*
5050
* @return Singleton instance
5151
*/

0 commit comments

Comments
 (0)