From 72c94b6e6e8e8f77e88d5780e8b9e76e14caf13f Mon Sep 17 00:00:00 2001 From: Ted Marozzi <38032037+ted-marozzi@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:19:06 +1100 Subject: [PATCH] Update Diagram.ts --- packages/mermaid/src/Diagram.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/Diagram.ts b/packages/mermaid/src/Diagram.ts index 27cfbec00..3010ce130 100644 --- a/packages/mermaid/src/Diagram.ts +++ b/packages/mermaid/src/Diagram.ts @@ -76,7 +76,7 @@ export class Diagram { /** * Parse the text asynchronously and generate a Diagram object asynchronously. * **Warning:** This function may be changed in the future. - * @internal + * @alpha * @param text - The mermaid diagram definition. * @returns A the Promise of a Diagram object. * @throws {@link UnknownDiagramError} if the diagram type can not be found.