File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ class Arg(MPMathFunction):
106106 :WMA link:https://reference.wolfram.com/language/ref/Arg.html</url>)
107107
108108 <dl>
109- <dt>'Arg'[$z$, $method_option$ ]
109+ <dt>'Arg'[$z$, 'Method ->' "$option$" ]
110110 <dd>returns the argument of a complex value $z$.
111111 </dl>
112112
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Out(Builtin):
1212 <url>:WMA: https://reference.wolfram.com/language/ref/\$Out</url>
1313 <dl>
1414 <dt>'%$k$' or 'Out'[$k$]
15- <dd>gives the result of the $k$th input line.
15+ <dd>gives the result of the $k$- th input line.
1616
1717 <dt>'%'
1818 <dd>gives the last result.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class StringDrop(Builtin):
5656 <dd>gives $string$ with the last $n$ characters dropped.
5757
5858 <dt>'StringDrop'["$string$", {$n$}]
59- <dd>gives $string$ with the $n$th character dropped.
59+ <dd>gives $string$ with the $n$- th character dropped.
6060
6161 <dt>'StringDrop'["$string$", {$m$, $n$}]
6262 <dd>gives $string$ with the characters $m$ through $n$ dropped.
You can’t perform that action at this time.
0 commit comments