From faf7437a1e22054bfbebf84caff2c4c8d538c484 Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Thu, 9 Jun 2011 12:22:39 +0000 Subject: [PATCH] fixed a typo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133821 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/spreadsheet/how-to.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/documentation/content/xdocs/spreadsheet/how-to.xml b/src/documentation/content/xdocs/spreadsheet/how-to.xml index d1957a957d..59d392d592 100644 --- a/src/documentation/content/xdocs/spreadsheet/how-to.xml +++ b/src/documentation/content/xdocs/spreadsheet/how-to.xml @@ -658,6 +658,7 @@ public class ExampleEventUserModel { -

The next example turns off auto-flashing (windowSize=-1) and the code manually controls how portions of data are written to disk

+

The next example turns off auto-flushing (windowSize=-1) and the code manually controls how portions of data are written to disk