diff --git a/docs.html b/docs.html
index cacd551..f15cd6c 100644
--- a/docs.html
+++ b/docs.html
@@ -133,11 +133,10 @@
- the HTML file input element has no files chosen
- - the file is not a "text" type (e.g. "text/csv" or "text/plain")
- - a user-defined callback function ("before" aborted the process
+ - a user-defined callback function ("before") aborted the process
- Otherwise, errors are invoked by FileReader when opening the file.
+ Otherwise, errors are invoked by FileReader when opening the file. (Loading a non-text file may result in undefined behavior.)
complete
is invoked when parsing a file completes. It receives the results of the parse (including parse errors), the File object, the <input> element from which the file was chosen, and the FileReader-generated event.