Fix typo
This commit is contained in:
parent
8d23bda3dd
commit
888c618227
|
@ -26,9 +26,9 @@ In addition to automated changes, a few things need to be migrated manually.
|
||||||
|
|
||||||
### Renamed readers and writers
|
### Renamed readers and writers
|
||||||
|
|
||||||
When using with `IOFactory::createReader()`, `IOFactory::createWriter()`
|
When using `IOFactory::createReader()`, `IOFactory::createWriter()` and
|
||||||
and `IOFactory::identify()`, the reader/writer short names are used.
|
`IOFactory::identify()`, the reader/writer short names are used. Those were
|
||||||
Those were changed, along as their corresponding class, to remove ambiguity:
|
changed, along as their corresponding class, to remove ambiguity:
|
||||||
|
|
||||||
Before | After
|
Before | After
|
||||||
-----------------|---------
|
-----------------|---------
|
||||||
|
|
Loading…
Reference in New Issue