diff --git a/reference/filesystem/functions/fopen.xml b/reference/filesystem/functions/fopen.xml index 18032b7158..86f95133bd 100644 --- a/reference/filesystem/functions/fopen.xml +++ b/reference/filesystem/functions/fopen.xml @@ -256,7 +256,7 @@ $handle = fopen("c:\\data\\info.txt", "r"); &reftitle.errors; - If the open fails, the function an error of level + If the open fails, an error of level E_WARNING is generated. You may use @ to suppress this warning.