mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-28 09:24:10 +01:00
fix JSDOC @param, @returns; fixed a few minor typos in comments
This commit is contained in:
parent
7e68e06a3a
commit
91363f7aed
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user