Repository: pdfbox-docs Updated Branches: refs/heads/master 1dd238654 -> 6702d361d
PDFBOX-3030: fix typo Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/6702d361 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/6702d361 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/6702d361 Branch: refs/heads/master Commit: 6702d361dbdcd25dc192b1d807001a432bfd627e Parents: 1dd2386 Author: Maruan Sahyoun <[email protected]> Authored: Thu Mar 3 22:39:55 2016 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Thu Mar 3 22:39:55 2016 +0100 ---------------------------------------------------------------------- content/2.0/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/6702d361/content/2.0/migration.md ---------------------------------------------------------------------- diff --git a/content/2.0/migration.md b/content/2.0/migration.md index 77290c0..a4eb708 100644 --- a/content/2.0/migration.md +++ b/content/2.0/migration.md @@ -218,7 +218,7 @@ for (PDField field : form.getFieldTree()) Most `PDField` subclasses now accept Java generic types such as `String` as parameters instead of the former `COSBase` subclasses. ### Why was the ReplaceText example removed? ### -The ReplaceText example has been reomved as it gave the incorrect illusion that text can be replaced easily. +The ReplaceText example has been removed as it gave the incorrect illusion that text can be replaced easily. Words are often split, as seen by this excerpt of a content stream: ~~~
