Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d91d93

Browse files
typo
1 parent 6819a17 commit 5d91d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
NilMigration defines a migration without a body. NilVersion is defined as const -1.
1717

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

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

0 commit comments

Comments
 (0)