Merge pull request #612 from Mrlinkwii/master

fix typo
This commit is contained in:
Ilya 2020-06-18 22:18:12 +05:00 committed by GitHub
commit d02dcbbba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -844,7 +844,7 @@ namespace CompatBot.Utils.ResultFormatters
if (items["read_color_buffers"] == EnabledMark)
notes.Add(" `Read Color Buffers` may not be required depending on applied patches");
if (items["read_depth_buffer"] == EnabledMark)
notes.Add("⚠ P`Read Depth Buffer` may not be required depending on applied patches");
notes.Add("⚠ `Read Depth Buffer` may not be required depending on applied patches");
}
else
{