Skip to content

Commit beda813

Browse files
committed
Editorial change: correcting grammar
1 parent 708af17 commit beda813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/courses/advanced-ada/parts/data_types/shared_variable_control.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,8 @@ start by declaring some variables. Here, it's important to highlight that the
838838
:ada:`Prior` as actual parameters. We can have two possible outcomes:
839839

840840
#. If :ada:`Value` hasn't been modified by a task yet, it will contain the
841-
default value |mdash| which means that the value of the :ada:`Prior` and
842-
:ada:`Value` variables matches. In this case, the call to
841+
default value |mdash| which means that the values of the :ada:`Prior` and
842+
:ada:`Value` variables match. In this case, the call to
843843
:ada:`Atomic_Compare_And_Exchange` will update the :ada:`Value` variable and
844844
return :ada:`True`. (Note that we also update the :ada:`Value_Modified_By`
845845
variable when :ada:`Atomic_Compare_And_Exchange` returns :ada:`True`.)

0 commit comments

Comments
 (0)