mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
8f8b2d7ff8
commit
dbfa2bd6c4
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ namespace Flow.Launcher.Plugin.SharedCommands
|
|||
///<summary>
|
||||
/// Gets the previous level directory from a path string.
|
||||
/// Checks that previous level directory exists and returns it
|
||||
/// as a path string, or empty string if doesn't exit
|
||||
/// as a path string, or empty string if doesn't exist
|
||||
///</summary>
|
||||
public static string GetPreviousExistingDirectory(Func<string, bool> locationExists, string path)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue