Skip to content

Commit e7bc8de

Browse files
authored
Merge pull request #3 from JuliaAI/fix-docstring
Fix doc string
2 parents e137308 + 1abffa7 commit e7bc8de

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)