From 13036613d9f21c538d102d96032e4601d6e4c7c1 Mon Sep 17 00:00:00 2001 From: kataras Date: Wed, 23 Aug 2017 17:08:45 +0300 Subject: [PATCH] Format HISTORY.md entry for v8.3.4 Former-commit-id: e1f88cc2a0eb42034dd537ef2c16b8dda39b0a74 --- HISTORY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c686d360..3c99a4c3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -25,10 +25,10 @@ Give read access to the current request context's route, a feature that many of ```go func(ctx context.Context) { _ = ctx.GetCurrentRoute().Name() - // .Method() returns string, same as ctx.Method(). - // .Subdomain() returns string, the registered subdomain. - // .Path() returns string, the registered path. - // .IsOnline() returns boolean. + // .Method() returns string, same as ctx.Method(). + // .Subdomain() returns string, the registered subdomain. + // .Path() returns string, the registered path. + // .IsOnline() returns boolean. } ```