Skip to content

Commit f2c0947

Browse files
committed
Added Daniel Lee as a contributor.
1 parent 05ccab6 commit f2c0947

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver.
108108
* Oleg Kosmakov https://github.com/kosmakoff
109109
* Maksim Krautsou https://github.com/MaKCbIMKo
110110
* Richard Kreuter [email protected]
111+
* Daniel Lee https://github.com/dlee148
111112
* Kevin Lewis [email protected]
112113
113114
* Chuck Lu https://github.com/chucklu

src/MongoDB.Driver/Builders.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static FilterDefinitionBuilder<TDocument> Filter
3636
}
3737

3838
/// <summary>
39-
/// Gets a <see cref="IndexKeysDefinitionBuilder{TDocument}"/>.
39+
/// Gets an <see cref="IndexKeysDefinitionBuilder{TDocument}"/>.
4040
/// </summary>
4141
public static IndexKeysDefinitionBuilder<TDocument> IndexKeys
4242
{

src/MongoDB.Driver/IMongoDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2016 MongoDB Inc.
1+
/* Copyright 2010-2017 MongoDB Inc.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)