diff --git a/doc/migration-matrix.html b/doc/migration-matrix.html
index 4ecb47ed..70d908a5 100644
--- a/doc/migration-matrix.html
+++ b/doc/migration-matrix.html
@@ -71,4 +71,4 @@ FILES_TMPNAMESThe main difference here is that now @inspectFile is an O
Also, the return codes are now reversed –
In 1.x, a return code of “1” means that the file would be allowed.
In 2.x, a return code of “1” means that the file would be denied. | In order to scan/inspect uploaded files in 2.x, you need to create specific rules that use the FILES_TMPNAMES variable (as these are the names of the files that are temporarily stored on disk) and then use the @inspectFile Operator on each rule.
-Also, make sure to swap your return codes in existing scripts as mentioned in the notes column. | Memory limits for uploaded files | SecUploadInMemoryLimit | SecRequestBodyInMemoryLimit | These two directives function the same. | Change the SecUploadInMemoryLimit directive to SecRequestBodyInMemoryLimit. |