Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech committed Nov 8, 2020
1 parent 52039bf commit e7a1bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Document : IDocument
public string Identifier { get; set; }

/// <summary>
/// Only defined to prevent a version missmatch https://github.com/sebastienros/yessql/pull/287
/// Only defined to prevent a version missmatch, see https://github.com/sebastienros/yessql/pull/287
/// </summary>
public int Version { get; set; }
}
Expand Down

0 comments on commit e7a1bc5

Please sign in to comment.