Skip to content

Commit 8b95717

Browse files
authored
Fix grammar (#56)
1 parent b8fa010 commit 8b95717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Build status](https://github.com/orijtech/structslop/workflows/Go/badge.svg?branch=master)
44

5-
Package structslop defines an [Analyzer](analyzer_link) that checks struct can be re-arranged fields to get optimal struct size.
5+
Package structslop defines an [Analyzer](analyzer_link) that checks if struct fields can be re-arranged to optimize size.
66

77
## Installation
88

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

131131
## Development
132132

133-
Go 1.15+
133+
Go 1.18+
134134

135135
### Running test
136136

0 commit comments

Comments
 (0)