summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 8a28f28b41..adf578e393 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3658,7 +3658,7 @@ std::string get_skill_description(int skill, bool need_title)
std::string broken = "For example, you could ";
broken += comma_separated_line(unarmed_attacks.begin(),
unarmed_attacks.end(),
- " or ", ", ");
+ ", or ", ", ");
broken += ".";
linebreak_string2(broken, 72);