8000 Fixed grammar error in docblock · symfony/symfony@ba8d937 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba8d937

Browse files
gerryvdmfabpot
gerryvdm
authored andcommitted
Fixed grammar error in docblock
1 parent 77f115e commit ba8d937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/ConfigCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function isFresh()
9090
* @param string $content The content to write in the cache
9191
* @param ResourceInterface[] $metadata An array of ResourceInterface instances
9292
*
93-
* @throws \RuntimeException When cache file can't be wrote
93+
* @throws \RuntimeException When cache file can't be written
9494
*/
9595
public function write($content, array $metadata = null)
9696
{

0 commit comments

Comments
 (0)
0