diff --git a/proposals/NNNN-shader-execution-reordering.md b/proposals/NNNN-shader-execution-reordering.md index 121a09b5..ae2464ac 100644 --- a/proposals/NNNN-shader-execution-reordering.md +++ b/proposals/NNNN-shader-execution-reordering.md @@ -250,7 +250,7 @@ static HitObject HitObject::MakeNop(); Parameter | Definition --------- | ---------- -`Return: HitObject` | The `HitObject` that contains the result of the initialization operation. +`Return: HitObject` | The `HitObject` initialized to a NOP-HitObject. ---