Skip to content

Commit 1abffa7

Browse files
committed
fix doc string
1 parent e137308 commit 1abffa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/remote_methods.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ for converting leaves are:
5151
5252
2. If it's an `AbstractString`, apply `string` function (e.g, to remove `SubString`s).
5353
54-
3. In all other cases, except `AbstractArray`s, wrap in single quotes, as in sum -> "`sum`".
54+
3. In all other cases, except `AbstractArray`s, first wrap in single quotes, as in sum -> "\`sum\`".
55+
5556
4. Replace any `#` character in the application of Rule 3 with `_` (to handle `gensym` names)
5657
5758
5. For an `AbstractVector`, broadcast the preceding Rules over its elements.

0 commit comments

Comments
 (0)