diff --git a/spec/function.dd b/spec/function.dd index 0b262d20b2..289f09cc79 100644 --- a/spec/function.dd +++ b/spec/function.dd @@ -1180,7 +1180,7 @@ int foo(in int x, out int y, ref int z, int q); $(THEAD Storage Class, Description) $(TROW $(I none), parameter becomes a mutable copy of its argument) - $(TROW $(D in), equivalent to $(D const scope)) + $(TROW $(D in), equivalent to $(D const)) $(TROW $(D out), parameter is initialized upon function entry with the default value for its type)