Skip to content

Commit 8b83ad8

Browse files
committed
PR feedback
1 parent 91cda82 commit 8b83ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.ML.Data/DataView/InternalSchemaDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private InternalSchemaDefinition(Column[] columns)
133133

134134
/// <summary>
135135
/// Given a field or property info on a type, returns whether this appears to be a vector type,
136-
/// and also the associated data kind for this type. If a data kind could not
136+
/// and also the associated data kind for this type. If a valid data type could not
137137
/// be determined, this will throw.
138138
/// </summary>
139139
/// <param name="memberInfo">The field or property info to inspect.</param>

src/Microsoft.ML.Data/DataView/TypedCursor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private TypedCursorable(IHostEnvironment env, IDataView data, bool ignoreMissing
133133

134134
/// <summary>
135135
/// Returns whether the column type <paramref name="colType"/> can be bound to field <paramref name="memberInfo"/>.
136-
/// They must both be vectors or scalars, and the raw data kind should match.
136+
/// They must both be vectors or scalars, and the raw data type should match.
137137
/// </summary>
138138
private static bool IsCompatibleType(ColumnType colType, MemberInfo memberInfo)
139139
{

0 commit comments

Comments
 (0)