You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs/docs/doc/eol.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -770,7 +770,7 @@ x.refSetValue(feature, a);
770
770
771
771
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`.
772
772
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`.
774
774
775
775
`x[i] = y` will fail with an exception if `x` is of any other type.
0 commit comments