Skip to content

Commit bb47648

Browse files
committed
Fixed typo in EOL docs
Signed-off-by: Dimitris Kolovos <dimitris.kolovos@york.ac.uk>
1 parent 8c7b759 commit bb47648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/doc/eol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ x.refSetValue(feature, a);
770770

771771
If `x` is a `Sequence` or some other type of Java `List`, `x[i] = y` (where `i` is a 0-based index) can be used to set the `i`-th element in the sequence to the value `y`.
772772

773-
If `x` is a `Map`, `x[k] = y` can be used to associate the key `k` to the value `v`.
773+
If `x` is a `Map`, `x[k] = y` can be used to associate the key `k` to the value `y`.
774774

775775
`x[i] = y` will fail with an exception if `x` is of any other type.
776776
For example, it will fail if `x` is a `Set`.

0 commit comments

Comments
 (0)