minor text issues

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-08 16:08:30 +00:00
parent f5d51e5084
commit b5071b96da

View File

@ -310,7 +310,7 @@ public interface Workbook extends Closeable, Iterable<Sheet> {
CellStyle getCellStyleAt(int idx);
/**
* Write out this workbook to an Outputstream.
* Write out this workbook to an OutputStream.
*
* @param stream - the java OutputStream you wish to write to
* @exception IOException if anything can't be written.