From 510065b111dab174809e3535ae7554e14596f7e9 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Wed, 6 Aug 2014 14:17:32 +0200 Subject: [PATCH] Style. --- source/dyaml/reader.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dyaml/reader.d b/source/dyaml/reader.d index d9459e7..1f1d074 100644 --- a/source/dyaml/reader.d +++ b/source/dyaml/reader.d @@ -325,7 +325,7 @@ pure nothrow @nogc: ++column_; } - // If we have used up all upcoming ASCII chars, the next char is + // If we have used up all upcoming ASCII chars, the next char is // non-ASCII even after this returns, so upcomingASCII_ doesn't need to // be updated - it's zero. if(length == 0) { break; }