Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit ee30f2a

Browse files
committed
Merge pull request #305 from dissection/master
Changed 'to' to 'two' in readme.
2 parents ec2b09b + df3a1d3 commit ee30f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Track track = db.Single<Track>("RefId = {0}", refId)
672672
Dictionary<int, string> trackIdNamesMap = db.Dictionary<int, string>("select Id, Name from Track")
673673
```
674674

675-
**Lookup** returns an `Dictionary<K, List<V>>` made from the first to columns. Alias: `GetLookup`
675+
**Lookup** returns an `Dictionary<K, List<V>>` made from the first two columns. Alias: `GetLookup`
676676

677677
```csharp
678678
Dictionary<int, List<string>> albumTrackNames = db.Lookup<int, string>("select AlbumId, Name from Track")

0 commit comments

Comments
 (0)