From c2e18b251dacfea30be79bf1fec2c40cf4ab97ee Mon Sep 17 00:00:00 2001 From: Jason Novinger Date: Thu, 1 Jun 2017 15:14:31 -0500 Subject: [PATCH] Minor docs fix Properly indent `Fields.Mappers.Max` field in example JSON. --- docs/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index dc120fdd6..dc31b8db9 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -99,7 +99,7 @@ These same objects are represented in the JSON definition file: { "Name": "lfm0", "Min": -0.5, - "Max": 3600.5, + "Max": 3600.5, "Res": 3600 }, ],