Skip to content

Commit

Permalink
updating some code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Jul 26, 2023
1 parent 6e08375 commit 9468a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/mgt-element/src/BetaGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class BetaGraph extends Graph {
*
* @static
* @param {Graph} graph
* @param {IProvider} provider
* @returns {BetaGraph}
* @memberof BetaGraph
*/
Expand All @@ -46,7 +47,7 @@ export class BetaGraph extends Graph {
* Returns a new instance of the Graph using the same
* client within the context of the provider.
*
* @param {Element} component
* @param {Element | string} component
* @returns {BetaGraph}
* @memberof BetaGraph
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-element/src/Graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class Graph implements IGraph {
* Returns a new instance of the Graph using the same
* client within the context of the provider.
*
* @param {Element} component
* @param {Element | string} component
* @returns {IGraph}
* @memberof Graph
*/
Expand Down

0 comments on commit 9468a8b

Please sign in to comment.