Fix incorrect heading (#871)

There was a space instead of `#`
This commit is contained in:
Chayim Refael Friedman
2020-12-14 06:48:18 +02:00
committed by GitHub
parent cb51d61a64
commit 81aff84415

View File

@ -163,7 +163,7 @@ System.print(list) //> [a, new, c]
It is a runtime error if the index is not an integer or is out of bounds.
## **+**(other) operator
### **+**(other) operator
Appends a list to the end of the list (concatenation). `other` must be a `List`.