We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30c382 commit 56cf3feCopy full SHA for 56cf3fe
spec/function.dd
@@ -388,7 +388,7 @@ $(GNAME OutStatement):
388
}
389
class C : B
390
{
391
- override int f() => i; // no `in` contract, `i` can be anything
+ override int f() => i; // no `in` contract, `i` can have any value
392
393
394
B b = new B;
@@ -423,9 +423,9 @@ $(GNAME OutStatement):
423
---
424
)
425
426
- $(P Conversely, all of the postconditions of the function and its
+ $(P Conversely, all the postconditions of the function and its
427
overridden functions must be satisfied.
428
- Adding overriding functions then becomes a processes of $(I tightening) the
+ Overriding functions then becomes a process of $(I tightening) the
429
postconditions.
430
431
0 commit comments