]> git.mjollnir.org Git - moodle.git/commitdiff
Javadoc comment syntax.
authortjhunt <tjhunt>
Wed, 17 Jun 2009 05:34:10 +0000 (05:34 +0000)
committertjhunt <tjhunt>
Wed, 17 Jun 2009 05:34:10 +0000 (05:34 +0000)
lib/ajax/ajaxlib.php

index 2e8895fe36d87e90ff050bb9df37919804b61427..725923970b8ecb6f0ffb49b769d764f2a3296664 100644 (file)
@@ -305,7 +305,7 @@ class page_requirements_manager {
      *      This allows you to control when the link to the script is output by
      *      calling methods like {@link required_data_for_js::asap()},
      *      {@link required_data_for_js::in_head()} or
-     *      {@link required_data_for_js::at_top_of_body() methods.
+     *      {@link required_data_for_js::at_top_of_body()} methods.
      */
     public function data_for_js($variable, $data) {
         if (isset($this->variablesinitialised[$variable])) {