From 0bf0dc7c634dce703112d6c1b767cf1fd47f5c92 Mon Sep 17 00:00:00 2001 From: halw Date: Wed, 12 Oct 2011 21:50:58 +0000 Subject: [PATCH] Correct bad links in `variant' and `invariant'. From PR #17881 Author:halw Date:2011-10-12T21:50:58.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@996 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffel-programming-language-reserved-words.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki index 1c87bcfb..0e78117b 100644 --- a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki +++ b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki @@ -281,7 +281,7 @@ Introduces a [[ET: Other Mechanisms#Multi-branch|multi-branch]] instruction. ===invariant=== -Used to introduce an invariant assertion as a [[ET: Design by Contract (tm), Assertions and Exceptions#Class invariants|class invariant]] or [[ET: Other Mechanisms#Loop|loop invariant]]. +Used to introduce an invariant assertion as a [[ET: Design by Contract (tm), Assertions and Exceptions#Class invariants|class invariant]] or [[ET: Instructions#Loop|loop invariant]]. :[[Eiffel language syntax#Assertions|Assertions syntax.]] @@ -477,7 +477,7 @@ Used in [[ET: Other Mechanisms#Loop|loop]] initialization. ===variant=== -Introduces a [[ET: Other Mechanisms#Loop|loop variant]]. +Introduces a [[ET: Instructions#Loop|loop variant]]. :[[Eiffel language syntax#Variants|Syntax.]]