Skip to content

Commit

Permalink
Fixed grammar error in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
gerryvdm authored and fabpot committed Nov 18, 2014
1 parent 77f115e commit ba8d937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Config/ConfigCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function isFresh()
* @param string $content The content to write in the cache
* @param ResourceInterface[] $metadata An array of ResourceInterface instances
*
* @throws \RuntimeException When cache file can't be wrote
* @throws \RuntimeException When cache file can't be written
*/
public function write($content, array $metadata = null)
{
Expand Down

0 comments on commit ba8d937

Please sign in to comment.