Skip to content
Snippets Groups Projects
Commit 6fc9a4c2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

More consistent capitalization

parent 68e3b4d0
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,7 @@ else ...@@ -292,7 +292,7 @@ else
f.writeln("Property and Method version numbers (when available) indicate the Synchronet version when the " + f.writeln("Property and Method version numbers (when available) indicate the Synchronet version when the " +
"item was added or modified."); "item was added or modified.");
f.writeln("<li style='display:list-item'>Optional method arguments are specified in <tt>[brackets]</tt> in the 'Usage' column."); f.writeln("<li style='display:list-item'>Optional method arguments are specified in <tt>[brackets]</tt> in the 'Usage' column.");
f.writeln("<li style='display:list-item'>method argument <i>types</i> (e.g. bool, string, number, object), " + f.writeln("<li style='display:list-item'>Method argument <i>types</i> (e.g. bool, string, number, object), " +
"when significant, are specified in <tt><i>italics</i></tt> in the 'Usage' column."); "when significant, are specified in <tt><i>italics</i></tt> in the 'Usage' column.");
f.writeln("<li style='display:list-item'>Methods documented as returning 'void' will always return <tt>undefined</tt>."); f.writeln("<li style='display:list-item'>Methods documented as returning 'void' will always return <tt>undefined</tt>.");
f.writeln("<li style='display:list-item'>Methods documented as returning 'undefined' may return one of multiple value types."); f.writeln("<li style='display:list-item'>Methods documented as returning 'undefined' may return one of multiple value types.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment