Skip to content

Commit b3b85c1

Browse files
authored
update comment
1 parent 27d1796 commit b3b85c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public interface IPublicAPI
214214
public void OpenDirectory(string DirectoryPath, string FileName = null);
215215

216216
/// <summary>
217-
/// Open Url in the configured default browser for Flow's Settings.
217+
/// Opens the url. The browser and mode used is based on what's configured in Flow's default browser settings.
218218
/// </summary>
219219
public void OpenUrl(string url, bool? inPrivate = null);
220220
}

0 commit comments

Comments
 (0)