@@ -1113,7 +1113,7 @@ module.exports = (() => {
11131113 }
11141114 /**
11151115 * Enqueues a request to retrieve a profile.
1116- *
1116+ *
11171117 * @private
11181118 * @param {String} symbol
11191119 */
@@ -1225,8 +1225,8 @@ module.exports = (() => {
12251225
12261226 /**
12271227 * Processes a single inbound message from the network. Any message pertaining
1228- * to the authentication handshake is intercepted and handled synchronously.
1229- * Any message pertaining to market state is placed onto another queue for
1228+ * to the authentication handshake is intercepted and handled synchronously.
1229+ * Any message pertaining to market state is placed onto another queue for
12301230 * asynchronous processing.
12311231 *
12321232 * @private
@@ -1313,7 +1313,7 @@ module.exports = (() => {
13131313 /**
13141314 * The first stage of inbound message processing. A raw DDF message is converted to
13151315 * its object representation and passed to the "processMarketMessage" function.
1316- *
1316+ *
13171317 * @private
13181318 * @param {String} message
13191319 */
@@ -1546,7 +1546,7 @@ module.exports = (() => {
15461546 /**
15471547 * Used in "polling" mode. The task queue is ignored. However, JERQ formatted command
15481548 * strings, requesting snapshot updates from JERQ, are generated for all existing
1549- * symbol subscriptions and placed onto a queue for asynchronous processing. Also,
1549+ * symbol subscriptions and placed onto a queue for asynchronous processing. Also,
15501550 * for any symbol not supported by JERQ, out-of-band snapshot requests are made.
15511551 *
15521552 * @private
@@ -1579,7 +1579,7 @@ module.exports = (() => {
15791579 /**
15801580 * Used in "streaming" mode. The task queue is drained and JERQ formatted command
15811581 * strings are generated for each task. These commands placed onto a queue for
1582- * asynchronous transmission to JERQ. Also, for any symbol not supported by JERQ,
1582+ * asynchronous transmission to JERQ. Also, for any symbol not supported by JERQ,
15831583 * out-of-band snapshot requests are made.
15841584 *
15851585 * @private
@@ -2650,7 +2650,7 @@ module.exports = (() => {
26502650 }
26512651 /**
26522652 * A {@link WebSocketAdapter} for use with web browsers.
2653- *
2653+ *
26542654 * @private
26552655 * @extends {WebSocketAdapter}
26562656 */
@@ -4995,7 +4995,7 @@ module.exports = (() => {
49954995 'use strict';
49964996
49974997 return {
4998- version: '5.1.1 '
4998+ version: '5.1.2 '
49994999 };
50005000})();
50015001
@@ -5900,7 +5900,7 @@ module.exports = (() => {
59005900 * Parses a DDF message, returning a JavaScript object representing the
59015901 * content of the message.
59025902 *
5903- * @exported
5903+ * @exported
59045904 * @function
59055905 * @param {String} msg
59065906 * @returns {Object}
0 commit comments