Skip to content

Commit 4b85bdb

Browse files
author
electricessence
authored
Update README.md
1 parent 6fa41fc commit 4b85bdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ Optionally a field to column override map can be passed as a parameter. If a co
5959

6060
##### Examples
6161

62-
If all the columns in the database map exactly to a field. A column that has no associated field/property is ignored.
62+
If all the columns in the database map exactly to a field: (A column that has no associated field/property is ignored.)
6363
```cs
6464
var people = cmd.Results<Person>();
6565
```
6666

67-
If the database fields don't map exactly.
67+
If the database fields don't map exactly:
6868

6969
```cs
7070
var people = cmd.Results<Person>(

0 commit comments

Comments
 (0)