Skip to content

Commit

Permalink
Fix grammar (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Jul 15, 2022
1 parent b8fa010 commit 8b95717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -130,7 +130,7 @@ For applying suggested fix, use `-apply` flag, instead of `-fix`.

## Development

Go 1.15+
Go 1.18+

### Running test

Expand Down

0 comments on commit 8b95717

Please sign in to comment.