Skip to content

Commit cfbeb7b

Browse files
committed
Fixed parameter name in the comment section of the helper method
1 parent 13ce922 commit cfbeb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/Helper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public bool IsDscResourceModule(string filePath)
194194
/// <summary>
195195
/// Given an AST, checks whether dsc resource is class based or not
196196
/// </summary>
197-
/// <param name="fileName"></param>
197+
/// <param name="ast"></param>
198198
/// <returns></returns>
199199
public bool IsDscResourceClassBased(ScriptBlockAst ast)
200200
{

0 commit comments

Comments
 (0)