Skip to content

Commit

Permalink
fix #7438, doc example for string interpolation of vector
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jun 28, 2014
1 parent a4ba5e5 commit f1cb771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ sessions:
3

julia> "v: $v"
"v: 1\n2\n3\n"
"v: [1,2,3]"

The ``string`` function is the identity for ``String`` and ``Char``
values, so these are interpolated into strings as themselves, unquoted
Expand Down

0 comments on commit f1cb771

Please sign in to comment.