Spelling: ... src/modules/launcher (#3694)

This commit is contained in:
Josh Soref
2020-05-25 20:27:13 -04:00
committed by GitHub
parent c674fe1f04
commit 71e528139c
29 changed files with 38 additions and 38 deletions

View File

@@ -304,13 +304,13 @@ namespace Wox.Infrastructure
public class MatchOption
{
/// <summary>
/// prefix of match char, use for hightlight
/// prefix of match char, use for highlight
/// </summary>
[Obsolete("this is never used")]
public string Prefix { get; set; } = "";
/// <summary>
/// suffix of match char, use for hightlight
/// suffix of match char, use for highlight
/// </summary>
[Obsolete("this is never used")]
public string Suffix { get; set; } = "";