Skip to content

Commit 88afd9f

Browse files
authored
Quick nitpicks (#718)
I was doing some studying on these and spotted some stuff. One verb conjugation and a consistency in macro description
1 parent 6a5dd1e commit 88afd9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ Optionally takes a `unit` string argument ('km' or 'mi') which defaults to miles
910910

911911
#### group_by ([source](macros/sql/groupby.sql))
912912

913-
This macro build a group by statement for fields 1...N
913+
This macro builds a group by statement for fields 1...N
914914

915915
**Usage:**
916916

@@ -1006,7 +1006,7 @@ This macro implements a cross-database mechanism to generate an arbitrarily long
10061006

10071007
#### surrogate_key ([source](macros/sql/surrogate_key.sql))
10081008

1009-
Implements a cross-database way to generate a hashed surrogate key using the fields specified.
1009+
This macro implements a cross-database way to generate a hashed surrogate key using the fields specified.
10101010

10111011
**Usage:**
10121012

@@ -1016,7 +1016,7 @@ Implements a cross-database way to generate a hashed surrogate key using the fie
10161016

10171017
#### safe_add ([source](macros/sql/safe_add.sql))
10181018

1019-
Implements a cross-database way to sum nullable fields using the fields specified.
1019+
This macro implements a cross-database way to sum nullable fields using the fields specified.
10201020

10211021
**Usage:**
10221022

0 commit comments

Comments
 (0)