Skip to content

Commit

Permalink
Merge pull request #447 from markokoleznik-cs/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dhui committed Sep 17, 2020
2 parents 6819a17 + 5d91d93 commit 50439fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
NilMigration defines a migration without a body. NilVersion is defined as const -1.

#### What is the difference between uint(version) and int(targetVersion)?
version refers to an existing migration version coming from a source and therefor can never be negative.
version refers to an existing migration version coming from a source and therefore can never be negative.
targetVersion can either be a version OR represent a NilVersion, which equals -1.

#### What's the difference between Next/Previous and Up/Down?
Expand Down

0 comments on commit 50439fe

Please sign in to comment.