Skip to content

Commit 665a43e

Browse files
author
Kapil Borle
committed
Fix param name in xml comment documentation
1 parent ea91b93 commit 665a43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Analysis/AnalysisService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public async Task<ScriptFileMarker[]> GetSemanticMarkersAsync(ScriptFile file, H
214214
/// <summary>
215215
/// Perform semantic analysis on the given script with the given settings.
216216
/// </summary>
217-
/// <param name="file">The script content to be analyzed.</param>
217+
/// <param name="scriptContent">The script content to be analyzed.</param>
218218
/// <param name="settings">ScriptAnalyzer settings</param>
219219
/// <returns></returns>
220220
public async Task<ScriptFileMarker[]> GetSemanticMarkersAsync(

0 commit comments

Comments
 (0)