Update Diagram.ts

This commit is contained in:
Ted Marozzi 2023-03-06 10:17:43 +11:00 committed by GitHub
parent 969088187c
commit 44d806e7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,6 @@ export class Diagram {
/** /**
* Parse the text asynchronously and generate a Diagram object asynchronously. * Parse the text asynchronously and generate a Diagram object asynchronously.
* **Warning:** This function may be changed in the future. * **Warning:** This function may be changed in the future.
* @alpha
* @internal * @internal
* @param text - The mermaid diagram definition. * @param text - The mermaid diagram definition.
* @returns A the Promise of a Diagram object. * @returns A the Promise of a Diagram object.