Skip to content
Snippets Groups Projects
Commit 361a50b3 authored by Kevin Hankens's avatar Kevin Hankens
Browse files

Fixing documentation typos

parent 53348454
No related branches found
No related tags found
No related merge requests found
......@@ -7,19 +7,19 @@
*/
/**
* Implements of hook_install().
* Implements hook_install().
*/
function tablefield_install() {
}
/**
* Implements of hook_uninstall().
* Implements hook_uninstall().
*/
function tablefield_uninstall() {
}
/**
* Implements of hook_enable().
* Implements hook_enable().
*
* Notify content module when this module is enabled.
*/
......@@ -27,7 +27,7 @@ function tablefield_enable() {
}
/**
* Implements of hook_disable().
* Implements hook_disable().
*
* Notify content module when this module is disabled.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment