8000 minor #25421 grammar typo in docs (michaelKaefer) · shdev/symfony@30f7d4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 30f7d4f

Browse files
committed
minor symfony#25421 grammar typo in docs (michaelKaefer)
This PR was merged into the 4.1-dev branch. Discussion ---------- grammar typo in docs | Q | A | ------------- | --- | Branch? | master for features / 2.7 up to 4.0 for bug fixes <!-- see below --> | Bug fix? | yes/no | New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | yes/no | Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes/no | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!--highly recommended for new features--> <!-- - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. - Replace this comment by a description of what your PR is solving. --> Commits ------- d53c889 grammar typo in docs
2 parents 7b55449 + d53c889 commit 30f7d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/StoreInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface StoreInterface
3131
public function save(Key $key);
3232

3333
/**
34-
* Waits a key becomes free, then stores the resource.
34+
* Waits until a key becomes free, then stores the resource.
3535
*
3636
* If the store does not support this feature it should throw a NotSupportedException.
3737
*

0 commit comments

Comments
 (0)
0