minor #17338 [Documentation] Typo fix (quentint)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #17338).

Discussion
----------

[Documentation] Typo fix

Commits
-------

12fd48c Typo fix
This commit is contained in:
Fabien Potencier 2016-01-12 18:16:47 +01:00
commit 406e260c49
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ UPGRADE FROM 2.x to 3.0
| -------- | ---
| `registerNamespaces()` | `addPrefixes()`
| `registerPrefixes()` | `addPrefixes()`
| `registerNamespaces()` | `addPrefix()`
| `registerPrefixes()` | `addPrefix()`
| `registerNamespace()` | `addPrefix()`
| `registerPrefix()` | `addPrefix()`
| `getNamespaces()` | `getPrefixes()`
| `getNamespaceFallbacks()` | `getFallbackDirs()`
| `getPrefixFallbacks()` | `getFallbackDirs()`