File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ with a four-space indent so that it is printed as Julia code.
62
62
several related methods of a given function. When a function accepts many keyword
63
63
arguments, only include a ``<keyword arguments> `` placeholder in the signature (i.e.
64
64
``f(x; <keyword arguments>) ``), and give the complete list under an ``# Arguments ``
65
- section (see point 4 below).
65
+ section (see point 4 below).
66
66
67
67
2. Include a single one-line sentence describing what the function does or what the
68
68
object represents after the simplified signature block. If needed, provide more details
@@ -113,7 +113,7 @@ standard text.
113
113
Julia identifiers and code excerpts should always appear between backticks ``` ``
114
114
to enable highlighting. Equations in the LaTeX syntax can be inserted between
115
115
double backticks ```` ``. Use Unicode characters rather than their LaTeX escape sequence,
116
- i.e. ````α = 1`` `` rather than ```` \\ alpha = 1`` ``.
116
+ i.e. ````α = 1`` `` rather than :samp: ` \`\`\\\\ alpha = 1\`\ ` `.
117
117
118
118
7. Place the starting and ending ``""" `` characters on lines by themselves.
119
119
You can’t perform that action at this time.
0 commit comments