summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-07-11 21:11:20 -0400
committerDave Henderson <dhenderson@gmail.com>2018-07-11 21:14:09 -0400
commit3d02c3fb6704da4d21b09a57aabaae536b1ddbfe (patch)
treeda9abe491910712f629bc5c5470c30016832fb6f /docs
parent70f0601ee32385ab7915e63de3cc7d7d310a82ae (diff)
Add conv.ToStrings function
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/functions/conv.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/functions/conv.md b/docs/content/functions/conv.md
index 792424ec..8b06598a 100644
--- a/docs/content/functions/conv.md
+++ b/docs/content/functions/conv.md
@@ -254,4 +254,8 @@ Converts the inputs to an array of `float64`s
## `conv.ToString`
-Converts the input (of any type) to a `string` \ No newline at end of file
+Converts the input (of any type) to a `string`
+
+## `conv.ToStrings`
+
+Converts the inputs (of any type) to an array of `string`s