Skip to content

Commit 25a11c6

Browse files
author
Robert Stam
committed
Proofreading changes to 1.4.2 Release Notes.
1 parent e3c852b commit 25a11c6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CSharpDriver-2010.sln

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release Notes", "Release No
3535
Release Notes\Release Notes v1.3.1.txt = Release Notes\Release Notes v1.3.1.txt
3636
Release Notes\Release Notes v1.3.txt = Release Notes\Release Notes v1.3.txt
3737
Release Notes\Release Notes v1.4.1.md = Release Notes\Release Notes v1.4.1.md
38+
Release Notes\Release Notes v1.4.2.md = Release Notes\Release Notes v1.4.2.md
3839
Release Notes\Release Notes v1.4.md = Release Notes\Release Notes v1.4.md
3940
EndProjectSection
4041
EndProject

Release Notes/Release Notes v1.4.2.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Query.All/In/NotIn
4444
------------------
4545

4646
There was an issue with Query.All/In/NotIn that might have affected you. If you
47-
cast a BsonArray to IEnumerable<BsonValue> before calling Query.All/In/NotIn
47+
cast a BsonArray to IEnumerable&lt;BsonValue&gt; before calling Query.All/In/NotIn
4848
you would get an exception. This only happened when casting a BsonArray to
49-
IEnumerable<BsonValue>. If you passed a BsonArray to the BsonArray overload or
50-
passed an IEnumerable<BsonValue> that was not a BsonArray to the
51-
IEnumerable<BsonValue> overload no exception was thrown.
49+
IEnumerable&lt;BsonValue&gt;. If you passed a BsonArray to the BsonArray overload or
50+
passed an IEnumerable&lt;BsonValue&gt; that was not a BsonArray to the
51+
IEnumerable&lt;BsonValue&gt; overload no exception was thrown.
5252

5353
RequestStart/RequestDone
5454
------------------------

0 commit comments

Comments
 (0)