Skip to content

Commit a2d155c

Browse files
authored
Merge pull request iluwatar#680 from fanofxiaofeng/patch-3
replace 'a' with 'an'
2 parents 52f09d0 + 8312e09 commit a2d155c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factory-method/src/test/java/com/iluwatar/factory/method/FactoryMethodTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void testOrcBlacksmithWithSpear() {
5353
}
5454

5555
/**
56-
* Testing {@link OrcBlacksmith} to produce a AXE asserting that the Weapon is an instance
56+
* Testing {@link OrcBlacksmith} to produce an AXE asserting that the Weapon is an instance
5757
* of {@link OrcWeapon}.
5858
*/
5959
@Test

0 commit comments

Comments
 (0)