Skip to content

Commit ca8ca57

Browse files
committed
Built static site
Signed-off-by: Dimitris Kolovos <dimitris.kolovos@york.ac.uk>
1 parent bb47648 commit ca8ca57

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/eol/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3893,7 +3893,7 @@ <h5 id="model-element-property-assignment">Model Element Property Assignment<a c
38933893
x.refSetValue(feature, a);</code></pre>
38943894
<h4 id="item-selector-assignment-since-260">Item Selector Assignment (since 2.6.0)<a class="headerlink" href="#item-selector-assignment-since-260" title="Permanent link">&para;</a></h4>
38953895
<p>If <code>x</code> is a <code>Sequence</code> or some other type of Java <code>List</code>, <code>x[i] = y</code> (where <code>i</code> is a 0-based index) can be used to set the <code>i</code>-th element in the sequence to the value <code>y</code>.</p>
3896-
<p>If <code>x</code> is a <code>Map</code>, <code>x[k] = y</code> can be used to associate the key <code>k</code> to the value <code>v</code>.</p>
3896+
<p>If <code>x</code> is a <code>Map</code>, <code>x[k] = y</code> can be used to associate the key <code>k</code> to the value <code>y</code>.</p>
38973897
<p><code>x[i] = y</code> will fail with an exception if <code>x</code> is of any other type.
38983898
For example, it will fail if <code>x</code> is a <code>Set</code>.</p>
38993899
<h3 id="special-assignment-statement">Special Assignment Statement<a class="headerlink" href="#special-assignment-statement" title="Permanent link">&para;</a></h3>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)