diff --git a/reference/filesystem/functions/fgets.xml b/reference/filesystem/functions/fgets.xml index 531af8c7f7..1d33360b21 100644 --- a/reference/filesystem/functions/fgets.xml +++ b/reference/filesystem/functions/fgets.xml @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ intlength - Returns a string of up to length - 1 bytes read from the file - pointed to by handle. Reading ends when - length - 1 bytes have been read, on a newline (which is included - in the return value), or on EOF (whichever comes first). If no length + Returns a string of up to length - 1 bytes read from + the file pointed to by handle. Reading ends when + length - 1 bytes have been read, on a newline (which is + included in the return value), or on EOF (whichever comes first). If no length is specified, the length defaults to 1k, or 1024 bytes.