aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-08-20 17:30:02 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-08-20 17:30:02 -0400
commit0a922d3bca7fc65a9280f4869afce73a55b9c9cf (patch)
tree6f249b48b859dcab45e28fad303db675e794d730 /src
parentd5271d1e49338ef0e93c7eb88c0afda0dddcd19e (diff)
downloadzig-0a922d3bca7fc65a9280f4869afce73a55b9c9cf.tar.gz
zig-0a922d3bca7fc65a9280f4869afce73a55b9c9cf.zip
move docs to website
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9496e65985..df25555381 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -91,7 +91,7 @@ static const char *ZIG_ZEN = "\n"
" * Avoid local maximums.\n"
" * Reduce the amount one must remember.\n"
" * Minimize energy spent on coding style.\n"
-" * Together we serve the end users.\n";
+" * Together we serve end users.\n";
static int print_target_list(FILE *f) {
ZigTarget native;