Skip to content
Snippets Groups Projects
Commit da8c75d9 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2033151 by mavimo, longwave: Fix typo in field.api.php API docs

parent 1987a599
No related branches found
No related tags found
No related merge requests found
......@@ -2514,7 +2514,7 @@ function hook_field_delete_field($field) {
*
* @param $instance
* The instance as it is post-update.
* @param $prior_$instance
* @param $prior_instance
* The instance as it was pre-update.
*/
function hook_field_update_instance($instance, $prior_instance) {
......
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