Skip to content

Commit 049e094

Browse files
authored
Update unified-types.md
1 parent 4f65cd3 commit 049e094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/tour/unified-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The program declares an application `UnifiedTypes` in form of a top-level [singl
4242

4343
The application defines a variable `list` of type `List[Any]`. The list is initialized with elements of various types, but they all are instance of `scala.Any`, so you can add them to the list.
4444

45-
In the end, the application outputs something like below:
45+
Here is the output of the program:
4646

4747
```tut
4848
a string

0 commit comments

Comments
 (0)