Skip to content

Commit 5101a9a

Browse files
committed
#16: Better comment.
1 parent 9e21151 commit 5101a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLite.CodeFirst/SqliteSqlGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public SqliteSqlGenerator(EdmModel storeModel)
1717
}
1818

1919
/// <summary>
20-
/// Generates the SQL statement.
20+
/// Generates the SQL statement, based on the <see cref="EdmModel"/>.
2121
/// </summary>
2222
public string Generate()
2323
{

0 commit comments

Comments
 (0)