memory.op.equal: Fix parameter documentation

This commit is contained in:
2018-10-30 12:39:10 +01:00
parent 1e46109e50
commit 8aec781e2a
2 changed files with 16 additions and 7 deletions

View File

@ -419,8 +419,8 @@ do
* Compares two memory areas $(D_PARAM r1) and $(D_PARAM r2) for equality.
*
* Params:
* haystack = First memory block.
* needle = First memory block.
* r1 = First memory block.
* r2 = Second memory block.
*
* Returns: $(D_KEYWORD true) if $(D_PARAM r1) and $(D_PARAM r2) are equal,
* $(D_KEYWORD false) otherwise.