Skip to content

Commit

Permalink
Merge pull request #560 from bellebethcooper/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
groue authored Jun 26, 2019
2 parents d290102 + e1ee2af commit 5345ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GRDB/Record/FetchableRecord.swift
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public final class RecordCursor<Record: FetchableRecord> : Cursor {
public enum DatabaseDateDecodingStrategy {
/// The strategy that uses formatting from the Date structure.
///
/// It decodes numeric values as a nunber of seconds since Epoch
/// It decodes numeric values as a number of seconds since Epoch
/// (midnight UTC on January 1st, 1970).
///
/// It decodes strings in the following formats, assuming UTC time zone.
Expand Down

0 comments on commit 5345ccd

Please sign in to comment.