diff --git a/documentation/25.12/solutions/dotnet/eiffel-net-language/eiffel-net/design-contract-and-assertions.wiki b/documentation/25.12/solutions/dotnet/eiffel-net-language/eiffel-net/design-contract-and-assertions.wiki index 84d0a195..5e558fb3 100644 --- a/documentation/25.12/solutions/dotnet/eiffel-net-language/eiffel-net/design-contract-and-assertions.wiki +++ b/documentation/25.12/solutions/dotnet/eiffel-net-language/eiffel-net/design-contract-and-assertions.wiki @@ -1,3 +1,5 @@ +[[Property:modification_date|Tue, 05 May 2026 15:23:25 GMT]] +[[Property:publication_date|Tue, 05 May 2026 15:23:25 GMT]] [[Property:title|Design by Contract and Assertions]] [[Property:weight|5]] [[Property:uuid|41172f82-227a-96b1-2dad-624f04374ee0]] @@ -113,7 +115,7 @@ If we remove the instructions from a routine and leave its signature, header com end -This specification of set_second tells us what is required of reuse consumers if they wish to use set_second and what set_second promises to do for them. Importantly, it does that without revealing how it does it does what it does. +This specification of set_second tells us what is required of reuse consumers if they wish to use set_second and what set_second promises to do for them. Importantly, it does that without revealing how it does what it does. So, this specification view, officially called the contract view, is how consumers of class TIME_OF_DAY would view the feature.