Issue #1619482 by mr.baileys: Remove stray space in hook_update_N docs

8.0.x
Jennifer Hodgdon 2012-06-18 12:20:33 -07:00
parent 47aca952c5
commit cf195c541a
1 changed files with 1 additions and 1 deletions

View File

@ -2860,7 +2860,7 @@ function hook_install() {
* to run mymodule 8.x-1.*.
* - mymodule_update_8200(): This is the first update to get the database ready
* to run mymodule 8.x-2.*. Users can directly update from 7.x-2.* to 8.x-2.*
* and they get all 80xx and 82xx updates, but not 81xx updates, because
* and they get all 80xx and 82xx updates, but not 81xx updates, because
* those reside in the 8.x-1.x branch only.
*
* A good rule of thumb is to remove updates older than two major releases of