fix JSDOC @param, @returns; fixed a few minor typos in comments

This commit is contained in:
Ashley Engelund (weedySeaDragon @ github)
2022-09-05 19:45:33 -07:00
parent 7e68e06a3a
commit 91363f7aed
11 changed files with 17 additions and 43 deletions

View File

@@ -66,9 +66,9 @@ export const drawSimpleState = (g, stateDef) => {
/**
* Draws a state with descriptions
*
* @param {any} g
* @param {any} g The d3 svg object to add the state to
* @param {any} stateDef
* @returns
* @returns {any} The d3 svg state
*/
export const drawDescrState = (g, stateDef) => {
const addTspan = function (textEl, txt, isFirst) {