From 3dabfb8dec2371578610cbee3650f6ca34c1d28b Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Sun, 24 Feb 2019 20:04:04 +0200 Subject: [PATCH] Correct json formatter output example --- src/ameba/formatter/json_formatter.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ameba/formatter/json_formatter.cr b/src/ameba/formatter/json_formatter.cr index 28f54262..723d2089 100644 --- a/src/ameba/formatter/json_formatter.cr +++ b/src/ameba/formatter/json_formatter.cr @@ -43,7 +43,7 @@ module Ameba::Formatter # "column": 7, # "line": 19, # }, - # "location": { + # "end_location": { # "column": 9, # "line": 19, # },