Merge "ScopedCallback: Fix a typo in a comment"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 23 Sep 2016 08:55:15 +0000 (08:55 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 23 Sep 2016 08:55:15 +0000 (08:55 +0000)
includes/libs/ScopedCallback.php

index 96075aa..2fd60ea 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /**
- * Class for asserting that a callback happens when an dummy object leaves scope
+ * Class for asserting that a callback happens when a dummy object leaves scope
  *
  * @since 1.21
  */