OSDN Git Service

Use "such as" rather than "such like" for more idiomatic English.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 20 Oct 2019 16:43:04 +0000 (09:43 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 18 Jan 2020 13:21:09 +0000 (22:21 +0900)
src/autopick.c

index 20c4453..56b7613 100644 (file)
@@ -2751,7 +2751,7 @@ static void describe_autopick(char *buff, autopick_type *entry)
        {
                before_str[before_n++] = "very rare";
                body_str = "equipments";
-               after_str[after_n++] = "such like Dragon armors, Blades of Chaos, etc.";
+               after_str[after_n++] = "such as Dragon armors, Blades of Chaos, etc.";
        }
 
        /*** Common equipments ***/