Skip to content

Commit a7d9720

Browse files
committed
PDFBOX-5660: fix typo
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922551 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4f92441 commit a7d9720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/main/java/org/apache/pdfbox/examples/util/ExtractTextSimple.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.apache.pdfbox.text.PDFTextStripper;
2626

2727
/**
28-
* This is a simple text extraction example to get started. For more advance usage, see the
28+
* This is a simple text extraction example to get started. For more advanced usage, see the
2929
* ExtractTextByArea and the DrawPrintTextLocations examples in this subproject, as well as the
3030
* ExtractText tool in the tools subproject.
3131
*
@@ -90,7 +90,7 @@ public static void main(String[] args) throws IOException
9090
// If the extracted text is empty or gibberish, please try extracting text
9191
// with Adobe Reader first before asking for help. Also read the FAQ
9292
// on the website:
93-
// https://pdfbox.apache.org/2.0/faq.html#text-extraction
93+
// https://pdfbox.apache.org/3.0/faq.html#text-extraction
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)