Skip to content

Commit 04aa6bf

Browse files
Fix wording
1 parent 9e76142 commit 04aa6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/ada_essentials/270_introduction_to_contracts/02-preconditions_and_postconditions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Postcondition :ada:`'Old` Attribute
144144
Function Postcondition :ada:`'Result` Attribute
145145
-------------------------------------------------
146146

147-
Function result can be manipulated with :ada:`'Result`
147+
Function result can be referenced by :ada:`'Result` on the function name
148148

149149
.. code:: Ada
150150

0 commit comments

Comments
 (0)