File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ Other options are resolving library descriptor from a local file or from remote
210
210
By default, the return values from REPL statements are displayed in the text form. To use richer representations, e.g.
211
211
to display graphics or html, it is possible to send MIME-encoded result to the client using the ` MIME ` helper function:
212
212
``` kotlin
213
- fun MIME (vararg mimeToData : Pair <String , Any >): MimeTypedResult
213
+ fun MIME (vararg mimeToData : Pair <String , String >): MimeTypedResult
214
214
```
215
215
E.g.:
216
216
``` kotlin
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ Other options are resolving library descriptor from a local file or from remote
244
244
By default, the return values from REPL statements are displayed in the text form. To use richer representations, e.g.
245
245
to display graphics or html, it is possible to send MIME-encoded result to the client using the ` MIME ` helper function:
246
246
``` kotlin
247
- fun MIME (vararg mimeToData : Pair <String , Any >): MimeTypedResult
247
+ fun MIME (vararg mimeToData : Pair <String , String >): MimeTypedResult
248
248
```
249
249
E.g.:
250
250
``` kotlin
You can’t perform that action at this time.
0 commit comments