Update type-conversion-functions.md

This commit is contained in:
alexey-milovidov 2020-10-03 17:04:47 +03:00 committed by GitHub
parent cc7d6ed775
commit 561f3613b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -746,7 +746,7 @@ formatRow(format, x, y, ...)
**Returned value**
- A formatted string terminated with the new line symbol.
- A formatted string (for text formats it's usually terminated with the new line character).
**Example**