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

Fix typos/wording of a couple of property JSDOCS

parent 0c9c0690
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -441,8 +441,8 @@ static const char* con_prop_desc[] = {
,"Number of bytes currently in the output buffer (from the local server) - <small>READ ONLY</small>"
,"Number of bytes available in the output buffer - <small>READ ONLY</small>"
,"Emulated serial data output rate, in bits-per-second (0 = unlimited)"
,"Number of characters current in the keyboard input buffer (from <tt>ungetstr</tt>) - <small>READ ONLY</small>"
,"Number of characters spaces available in the keyboard input buffer - <small>READ ONLY</small>"
,"Number of characters currently in the keyboard input buffer (from <tt>ungetstr</tt>) - <small>READ ONLY</small>"
,"Number of character spaces available in the keyboard input buffer - <small>READ ONLY</small>"
,NULL
};
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment