File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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
210210By default, the return values from REPL statements are displayed in the text form. To use richer representations, e.g.
211211 to display graphics or html, it is possible to send MIME-encoded result to the client using the ` MIME ` helper function:
212212``` kotlin
213- fun MIME (vararg mimeToData : Pair <String , Any >): MimeTypedResult
213+ fun MIME (vararg mimeToData : Pair <String , String >): MimeTypedResult
214214```
215215E.g.:
216216``` 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
244244By default, the return values from REPL statements are displayed in the text form. To use richer representations, e.g.
245245 to display graphics or html, it is possible to send MIME-encoded result to the client using the ` MIME ` helper function:
246246``` kotlin
247- fun MIME (vararg mimeToData : Pair <String , Any >): MimeTypedResult
247+ fun MIME (vararg mimeToData : Pair <String , String >): MimeTypedResult
248248```
249249E.g.:
250250``` kotlin
You can’t perform that action at this time.
0 commit comments