From 8b957174f9ee19150a21ab63ebe2648ab9179849 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Fri, 15 Jul 2022 19:11:07 -0400 Subject: [PATCH] Fix grammar (#56) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67aaf6d..a781d59 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Build status](https://github.com/orijtech/structslop/workflows/Go/badge.svg?branch=master) -Package structslop defines an [Analyzer](analyzer_link) that checks struct can be re-arranged fields to get optimal struct size. +Package structslop defines an [Analyzer](analyzer_link) that checks if struct fields can be re-arranged to optimize size. ## Installation @@ -130,7 +130,7 @@ For applying suggested fix, use `-apply` flag, instead of `-fix`. ## Development -Go 1.15+ +Go 1.18+ ### Running test