Skip to content

Commit 682fb39

Browse files
committed
nits
Signed-off-by: Jack Cherng <[email protected]>
1 parent 2b13e8e commit 682fb39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Factory/LineRendererFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ private function __construct()
2424
}
2525

2626
/**
27-
* Get a singleton of a line renderer.
27+
* Get the singleton of a line renderer.
2828
*
2929
* @param string $type the type
3030
* @param mixed ...$ctorArgs the constructor arguments

src/Factory/RendererFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ private function __construct()
2424
}
2525

2626
/**
27-
* Get a singleton of a renderer.
27+
* Get the singleton of a renderer.
2828
*
2929
* @param string $renderer the renderer
3030
* @param mixed ...$ctorArgs the constructor arguments

0 commit comments

Comments
 (0)